kafka-client icon indicating copy to clipboard operation
kafka-client copied to clipboard

Is mTLS supported?

Open dustin-decker opened this issue 7 years ago • 5 comments

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?

dustin-decker avatar Jun 06 '18 17:06 dustin-decker

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).

georgeteo avatar Jun 07 '18 17:06 georgeteo

Thanks George, that was quick! I'll give it a shot soon and comment on the PR.

dustin-decker avatar Jun 07 '18 22:06 dustin-decker

Hi,

Is there any update on this PR request? Cheers

Gillani0 avatar Oct 03 '19 09:10 Gillani0

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 avatar Oct 15 '19 23:10 dustin-decker

@dustin-decker Thanks. I've forked and changed it according to my needs. cheers

Gillani0 avatar Nov 07 '19 13:11 Gillani0