I am trying to send some sample records along with schema in my kafka topic. On line producer.send(record) I am facing unauthorised error?
I have provided the basic auth details and url in my config. Also, I have assigned all kind of roles to the topic.
What could be missing and why is it not allowing me to send records?