I am facing some problem in my own Kafka(confluent) setup.
Please find the below issue
CORS Issue :- Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
I googled and found below settings should be change in this file / home/kafka/confluent-5.0.0/etc/kafka-rest/kafka-rest.properties.
But by default below code is there. Still CORS is not working. In response the header "Access-Control-Allow-Origin" is not coming
access.control.allow.origin=*
access.control.allow.methods=GET,POST,PUT,DELETE,OPTIONS,HEAD
Advance thanks for your help.