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

Add support for Kafka 0.10+ #268

Open
abtpst opened this issue Jul 14, 2016 · 14 comments
Open

Add support for Kafka 0.10+ #268

abtpst opened this issue Jul 14, 2016 · 14 comments

Comments

@abtpst
Copy link

abtpst commented Jul 14, 2016

Please add support for Kafka 0.10+

@falmp
Copy link

falmp commented Jul 17, 2016

I'm using it with Kafka 0.10.0.0 with no major problems.

@KaimingWan
Copy link

The wiki says as follows:

Create a topic with optional topic configs (0.8.1.1 has different configs than 0.8.2+)
Delete topic (only supported on 0.8.2+ and remember set delete.topic.enable=true in broker config)
Topic list now indicates topics marked for deletion (only supported on 0.8.2+)

Do these features work well with kafka 0.10?

@csghuser
Copy link

csghuser commented Jul 20, 2016

Has anyone enabled SSL inter broker communication / SASL_SSL auth with kafka in 0.10, and then tried to use kafka manager to manage the cluster?

It doesn't seem to work for me. Is this something which needs adding?

Edit - Just in case anyone else has this issue, the work around is to configure a plaintext listener for kafka-manager to connect to

listeners=SASL_SSL://:9092,SSL://:9093,PLAINTEXT://:9094

If you then only allow your kafka manager server to connect to port 9094 via iptables or some other means, everything else is forced to use SSL while kafka manager can still connect.

@falmp
Copy link

falmp commented Jul 20, 2016

@KaimingWan I can state that topic deletion and marked for deletion works for Kafka 0.10.0.0.

@KaimingWan
Copy link

@falmp I have some problem in compiling kafka-manager. Would you mind sending me the code after compiling with sbt? My email is 344277934@qq.com or wan0573@gmail.com. Thanks!

@falmp
Copy link

falmp commented Jul 21, 2016

@KaimingWan What kind of problem? Anyway, sent you the link.

@KaimingWan
Copy link

@falmp I have solved the problem. Thanks anyway~

@freemanlutsk
Copy link

Hi all!
Any ETA Kafka 0.10+ ? :)

@csghuser
Copy link

csghuser commented Oct 5, 2016

@freemanlutsk There is currently a pull request open to add support for 0.10 here #282

@benMain
Copy link

benMain commented Jun 15, 2017

Appreciate the 0.10 support. I see a consumer.properties file in conf/ where the security.protocol is defaulted to PlainText. Due to HIPAA constraints we are only allowed to only open SSL listeners on our brokers, but it doesn't appear that trying to assign the security.protocol=SSL and attempting to assign the Keystore (ssl.keystore.location) and TrustStore (ssl.truststore.location) can work. Actually, when I trace the properties back to KafkaStateActor.scala it appears to only be concerned with the ConsumerConfig and not the CommonConfig.SSLConfig.
Granted I might be missing something, but this is the only passable UI for Kafka Management, and I don't want to give it up for security reasons.

@patelh
Copy link
Collaborator

patelh commented Jun 16, 2017

@benMain this is work in progress, we are in process off adding SSL to our clusters and then we'll update KM

@mabeyratne
Copy link

what version of SSL supports Kafka-Manager? How would you provide ssl.truststore information to KM? We can only use SSL on our Kafka cluster for security reasons.

@thammuio
Copy link

Great Tool. any timeline on supporting SASL_SSL?

@Labibme
Copy link

Labibme commented Jul 3, 2018

SSl part is really ambigous, i just succeed to get full information on full plaintext only

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

No branches or pull requests

10 participants