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
We need to add the provision for the clients to connect to Kafka securely.
Validation Flow:
Authentication: Broker checks client credentials (SASL or TLS certs). Authorization: Broker verifies the client has the necessary ACLs. Data Integrity: TLS encryption protects the messages during transmission.
Examples or references
Add any examples or references to understand it better
Suggest a solution
Any suggestions on how to solve this
Additional Context
Any additional context about the feature
The text was updated successfully, but these errors were encountered:
Describe the feature
We need to add the provision for the clients to connect to Kafka securely.
Validation Flow:
Authentication: Broker checks client credentials (SASL or TLS certs).
Authorization: Broker verifies the client has the necessary ACLs.
Data Integrity: TLS encryption protects the messages during transmission.
Examples or references
Add any examples or references to understand it better
Suggest a solution
Any suggestions on how to solve this
Additional Context
Any additional context about the feature
The text was updated successfully, but these errors were encountered: