-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Support SSL for v0.8.3 #154
Comments
I don't see a super-obvious summary of how this will work, but I'm assuming this is something along the lines of "brokers will listen on an additional port for the existing kafka protocol wrapped in standard ssl"? |
This looks like it will be fairly straightforward, we'll just need to use http://golang.org/pkg/crypto/tls/ and add a flag to switch between that and plain connections. |
Possibly implements #154, if my assumptions about the implementation are correct.
Possibly implements #154, if my assumptions about the implementation are correct.
Possibly implements #154, if my assumptions about the implementation are correct.
Possibly implements #154, if my assumptions about the implementation are correct.
Possibly implements #154, if my assumptions about the implementation are correct.
Possibly implements #154, if my assumptions about the implementation are correct.
any news on this? i am planning on exposing a kafka cluster to the net securing it with stunnel and client side certificates. if there already is some code i can contribute to that... |
Sarama's support is ready to go... we're waiting on upstream kafka to release this in the broker |
i heard that is scheduled to happen in version 0.9, that might be a long way to come yet. |
#156 needs to be rebased and have any merge conflicts resolved, but it should be all you need. |
awesome, i'll get around to it if i get the time. thanks |
Possibly implements #154, if my assumptions about the implementation are correct.
Possibly implements #154, if my assumptions about the implementation are correct.
Implemented (for now) by #493 |
Kafka is adding SSL support => https://issues.apache.org/jira/browse/KAFKA-1477 and would be great to have this available in go libraries.
The text was updated successfully, but these errors were encountered: