Is mTLS supported?
I didn't see any client options for it, but I'm not sure because it seems like it might be supported by sarama-cluster: https://gist.github.com/savaki/a19dcc1e72cb5d621118fbee1db4e61f#file-main-go-L143
How can I configure mTLS?
We are semi-actively porting our internal implementation to this OSS library, but TLS is not currently available. Since it is available in the sarama library (which is the underlying implementation), it seems like an easy add #55. Please take a look and comment on the PR (#55).
Thanks George, that was quick! I'll give it a shot soon and comment on the PR.
Hi,
Is there any update on this PR request? Cheers
I never got around to testing it and am no longer using Kafka in my current position. Care to give https://github.com/uber-go/kafka-client/pull/55 a try, @Gillani0 ?
@dustin-decker Thanks. I've forked and changed it according to my needs. cheers