kafka-rest
kafka-rest copied to clipboard
Multiple users consuming multiple kafka topics ssl enabled
Hello,
I want to expose kafka as a rest api using the kafka rest proxy. My scenario is the following: Multiple clients, each with his own topic, will consume messages from their topics. I want to enable SSL in order for users to be able to consume kafka topics. But since kafka will be expose as a rest API, how the customers will actually consume data?
In the get commands, can i specify for each user his own tls certificate? or do i have to enable acl?
Looking forward! :)