kafka-rest icon indicating copy to clipboard operation
kafka-rest copied to clipboard

Multiple users consuming multiple kafka topics ssl enabled

Open octavd opened this issue 9 months ago • 0 comments

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! :)

octavd avatar May 15 '24 13:05 octavd