Re: Hello

2020-05-22 Thread Zahid Rahman
Your test is successful. If you see this message. On Fri, 22 May 2020, 04:00 Bing Angus, wrote: > Testing >

Problem reading Avro file

2020-05-22 Thread Bing Angus
Hello Using Java, I create an Avro file. I send it to Kafka binary-encoded. Again with Java, I am able to consume the message in Kafka and successfully read the Avro file. Using Python for consumer, I am able to consume the same message but I get an error reading the Avro file. Environment:

Re: Problem reading Avro file

2020-05-22 Thread Bing Angus
Please ignore this. Found out that the schema that was included in the Kafka message was different than the schema of the Avro file. On Fri, May 22, 2020 at 8:15 AM Bing Angus wrote: > > Hello > > Using Java, I create an Avro file. I send it to Kafka binary-encoded. > Again with Java, I am able