Erro while converting Java POJO to Avro GenericRecord
I am trying to convert the Java POJO class into Avro format to send the data to the Kafka message broker using KafkaAvroSerializer
.
Avro parser issue
I am trying to convert the Java POJO class into Avro format to send the data to the Kafka message broker using KafkaAvroSerializer
.