Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: SSL configuration #3

Open
vineethvijay7 opened this issue Sep 17, 2023 · 2 comments
Open

Feature Request: SSL configuration #3

vineethvijay7 opened this issue Sep 17, 2023 · 2 comments

Comments

@vineethvijay7
Copy link

First of all, really appreciate the work you have done here. Works pretty well for a non ssl kafka setup :))

But for a production grade setup which includes ssl auth and encryption, it would be be great to make use of this.

Have you thought about this before? If you could also suggest in some ways I could may be make changes to this ? (PS: I'm no java expert)

May the java client could make use of Kafka standard environment variables?

such as KAFKA_SSL_* ?

@vineethvijay7
Copy link
Author

@chengkuangan

@chengkuangan
Copy link
Owner

@vineethvijay7 You can change the KafkaPerformance constructor to include the settings for TLS. Refer the details for the Kafka Client TLS settings here

You can then mount the TLS cert during runtime or you can do it during container build time in Dockerfile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants