Hi,
I am failing to setup the kafka-avro-console-producer and I think this may be due to the size of my avro schema (over 6000 characters). The avro is valid as I've tested it.
The error from kafka-avro-console-producer is:
Invalid command line properties: schema.registry.url=http://localhost:8081 value.schema={ \"type\": \"record\", \"name\": \"MyTest\"....
Is there a way that I can post test AVRO JSON requests to the locally running kafka instance using HTTP requests (through postman) without having to use kafka-avro-console-producer?
Thanks,
Michael