Hi Team, I have written my own Producer interceptor in Java for Kafka Producer. During intercepting I am trying to push avro message (record.value()) to one of the API via httpclient post method.
I can send the simple messages to api however somehow for avro message I am unable to do so. Like we use stringEntity for simple text messages ,what canwe use for Avro messages. Regards, Amruta