You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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! :)
The text was updated successfully, but these errors were encountered:
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! :)
The text was updated successfully, but these errors were encountered: