Re: Avro schema registry error

2020-05-21 Thread AJ Chen
Thanks, Liam. Will run registry along side kafka . -aj On Wed, May 20, 2020 at 8:58 PM Liam Clarke-Hutchinson < liam.cla...@adscale.co.nz> wrote: > Hi AJ, > > No, there is no public schema registry, you will need to deploy and > maintain your own. > > Cheers, > > Liam Clarke-Hutchinson > > On T

Re: Avro schema registry error

2020-05-20 Thread Liam Clarke-Hutchinson
Hi AJ, No, there is no public schema registry, you will need to deploy and maintain your own. Cheers, Liam Clarke-Hutchinson On Thu, May 21, 2020 at 11:56 AM AJ Chen wrote: > I use avro for kafka message. When producing avro message, it fails to > access schema registry, > ERROR io.confluent

Avro schema registry error

2020-05-20 Thread AJ Chen
I use avro for kafka message. When producing avro message, it fails to access schema registry, ERROR io.confluent.kafka.schemaregistry.client.rest.RestService - Failed to send HTTP request to endpoint: http://localhost:8081/subjects/avro_emp-value/versions When using confluent schema registry, dos