confluentinc / kafka-rest

Confluent REST Proxy for Kafka
https://docs.confluent.io/current/kafka-rest/docs/index.html
Other
2.25k stars 641 forks source link

Multiple users consuming multiple kafka topics ssl enabled #1269

Open octavd opened 1 month ago

octavd commented 1 month ago

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