Kafka
Kafka
Zilla supports encryption and authentication mechanisms for connecting to Kafka instances.
Authentication Mechanisms
Zilla provides two authentication methods for Kafka:
- TLS/SSL with Client Certificates: Authenticate using client certificates.
- SASL: Supports PLAIN or SCRAM mechanisms for authentication.
Data Encryption in Transport
Zilla offers the following options for encrypting data in transit when connecting to Kafka:
- PLAINTEXT: No encryption.
- TLS/SSL: Standard encryption using TLS/SSL.
- mTLS: Mutual TLS, commonly used in Amazon MSK for two-way authentication.