Kafka credentials
You can use these credentials to authenticate the following nodes:
Supported authentication methods
- Client ID
Related resources
Refer to Kafka's documentation (opens in a new tab) for more information about using the service.
If you're new to Kafka, refer to the Apache Kafka Quickstart (opens in a new tab) for initial setup.
Refer to Encryption and Authentication using SSL (opens in a new tab) for working with SSL in Kafka.
Using client ID
To configure this credential, you'll need a running Kafka environment and:
- A Client ID
- A list of relevant Brokers
- Username/password authentication details if your Kafka environment uses authentication
To set it up:
- Enter the
CLIENT-IDof the client or consumer group in the Client ID field in your credential. - Enter a comma-separated list of relevant Brokers for the credential to use in the format
broker-service-name:port. Use the name you gave the broker when you defined it in theserviceslist. For example,kafka-1:9092,kafka-2:9092would add the brokerskafka-1andkafka-2on port9092. - If your Kafka environment doesn't use SSL, turn off the SSL toggle.
- If you've enabled authentication using SASL in your Kafka environment, turn on the Authentication toggle. Then add:
- The Username
- The Password
- Select the broker's configured SASL Mechanism. Refer to SASL configuration (opens in a new tab) for more information. Options include:
Plainscram-sha-256scram-sha-512