CMAK icon indicating copy to clipboard operation
CMAK copied to clipboard

CMAK on the latest apache kafka release?

Open JoshuaBunag opened this issue 4 years ago • 9 comments

Will this still work on the latest apache kafka version 2.8.0? and will this be maintained or is it a dead project?

I'm planning to use this for my mini project, if not what else can you recommend for managing clusters and brokers and more?

Thanks!

JoshuaBunag avatar Apr 21 '21 15:04 JoshuaBunag

I'm curious about that, too. I try to use cmak for kafka2.7.0, but it seems that kafka 2.7.0 is not currently supported. Do you have any plans to support the latest version of kafka?

infordb avatar Apr 27 '21 01:04 infordb

Yes, it works @JoshuaBunag @infordb but... exists a bug that shows you only 2.4.0 zk version. But, I checked the rest of functions and work properly (by now...) :+1:

ialejandro avatar May 12 '21 16:05 ialejandro

@ialejandro Do you manage to see anything in "consumer" tab when plugin with Kafka 2.8.0?

MaximGurschi avatar May 24 '21 18:05 MaximGurschi

@ialejandro Do you manage to see anything in "consumer" tab when plugin with Kafka 2.8.0?

i tried it with the latest release for kafka and it does not show anything, so it's broken

JoshuaBunag avatar May 25 '21 04:05 JoshuaBunag

@JoshuaBunag After some messing about CMAK 3.0.0.5 does actually display the consumer tab info using Kafka 2.8.0. I did not have to do anything special.

MaximGurschi avatar May 25 '21 12:05 MaximGurschi

There's a pending pull request for Kafka 2.8.0: https://github.com/yahoo/CMAK/pull/842 It's not passing the CI build. I built one from that branch and it works well.

fanruinet avatar May 31 '21 17:05 fanruinet

Any update on this release?

MrMunki avatar Jul 21 '21 09:07 MrMunki

@MrMunki nope, nothing from the devs as well. this might be a dead project already.

JoshuaBunag avatar Aug 25 '21 13:08 JoshuaBunag

Hello, I made a simple PR to add latest kafka versions to CMAK here: https://github.com/yahoo/CMAK/pull/871 i managed to build a docker image from the sbt generated files and everything works ok (I tested it with 2.8.1)

danieltoader avatar Mar 01 '22 03:03 danieltoader