Support Questions

Find answers, ask questions, and share your expertise
Announcements
Check out our newest addition to the community, the Cloudera Data Analytics (CDA) group hub.

Multiple SSL endpoints with Kafka

Contributor

I want to set up Kafka like so:

SASL_SSL://locahost:9092,SSL://localhost,9093

Where the keystore's and truststore's are different for each endpoint.

Is this possible at the moment?

1 ACCEPTED SOLUTION

Explorer

From version 0.10.2.0 it is supported to use different keystores

You need to set config:

listener.name.<CLIENTNAME IN LOWERCASE>.ssl.keystore.location

If this client does not defined kafka will fallback to the default config:

ssl.keystore.location

View solution in original post

2 REPLIES 2

Explorer

From version 0.10.2.0 it is supported to use different keystores

You need to set config:

listener.name.<CLIENTNAME IN LOWERCASE>.ssl.keystore.location

If this client does not defined kafka will fallback to the default config:

ssl.keystore.location

Contributor

Perfect thanks!

Take a Tour of the Community
Don't have an account?
Your experience may be limited. Sign in to explore more.