Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Authentication/Authorization in Kafka #178

Closed
nbcohen opened this issue Oct 25, 2017 · 1 comment
Closed

Authentication/Authorization in Kafka #178

nbcohen opened this issue Oct 25, 2017 · 1 comment

Comments

@nbcohen
Copy link

nbcohen commented Oct 25, 2017

I was told yesterday that we will be upgrading (probably Q1 or Q2 or 2018) to a new version of Kafka that will allow for authentication and authorization, so as to prevent random users from accessing or writing indiscriminately to kafka topics. I have not looked into this in detail yet, but I was told that the Confluence Java libraries will be supporting this API change. Can you tell me if your libraries will be implementing these changes as well? I recently started migrating away from Java to Go for much of my Kafka related activities - I'd rather not go back if I don't have to, but of course I will if necessary...

Thanks

nbc

@dim
Copy link
Member

dim commented Oct 25, 2017

@nbcohen sarama-cluster is a wrapper around sarama, which supports authentication, see the documentation here - https://godoc.org/github.com/Shopify/sarama#Config. Please be aware that sarama doesn't have support for Kafka v0.11 yet - IBM/sarama#901

@dim dim closed this as completed Oct 25, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants