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

SSL support (Kafka 0.9+) #581

Closed
Ormod opened this issue Dec 9, 2015 · 4 comments
Closed

SSL support (Kafka 0.9+) #581

Ormod opened this issue Dec 9, 2015 · 4 comments

Comments

@Ormod
Copy link

Ormod commented Dec 9, 2015

Kafka 0.9+ supports using TLS with client certificate authentication. Adding support for that would be great.

@eapache
Copy link
Contributor

eapache commented Dec 9, 2015

We do have a form of TLS support already (the Net.TLS struct in the config) but it was added to support proxies. I haven't tried it against 0.9 yet but I wouldn't be surprised if it Just Works. If this is something you're interested in, I'd start there and see if it does what you want.

@Ormod
Copy link
Author

Ormod commented Dec 9, 2015

Ah ok, I wasn't aware. Thanks for the tip.

@tcrayford
Copy link
Contributor

I've tested Kafka 0.9's SSL support with Sarama, and it works just fine. Even SSL client certs (which Kafka uses for authentication) works well. I think this issue can be closed.

@wvanbergen
Copy link
Contributor

Awesome, thanks for reporting!

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

No branches or pull requests

4 participants