Cmak: Add support for Kafka 2.2.1 and 2.3.0

Created on 30 Jul 2019  ·  4Comments  ·  Source: yahoo/CMAK

Add support for Kafka 2.2.1 and 2.3.0

Most helpful comment

@jmax01 I used this build but I am unable to get Latest Offset of topic partition from Kafka broker version 2.3.0 .
Could you please address the issue?
Also changing kafka version in build.sbt to 2.3.0 raised compile time error.
Refer the KIP change KAFKA-7922

All 4 comments

@jmax01 I used this build but I am unable to get Latest Offset of topic partition from Kafka broker version 2.3.0 .
Could you please address the issue?
Also changing kafka version in build.sbt to 2.3.0 raised compile time error.
Refer the KIP change KAFKA-7922

Being that I am not a maintainer of the project I attempted to keep my changes to a minimum. My goal was merely to have Kafka Manager recognize a 2.3.0 cluster in our development environment, I did not perform tests of all Kafka Manager's functionality. If Latest Offset is not being displayed for 2.3.0 clusters I would raise another issue.

Yes I was aware that I could not push the Kafka version to 2.3.0 without the compile issues you mentioned.

Being that the 2.3.x API is not compatible with prior versions it would take more modifications to the codebase than I (again not being a maintainer) would feel comfortable making.

If the Latest Offset issue is not related the this incompatibility I would create another issue. If the Latest Offset issue is related to the API incompatibility I would note that in that issue.

@jmax01 I used this build but I am unable to get Latest Offset of topic partition from Kafka broker version 2.3.0 .
Could you please address the issue?
Also changing kafka version in build.sbt to 2.3.0 raised compile time error.
Refer the KIP change KAFKA-7922

I dug deeper and looks like the effort for _me_ to develop a version of Kafka Manager that supports 0.8.1.1 through 2.3.0 would be extensive.

I'm using 2.0.0.2 with Kafka 2.3 cluster and i have no issue to see last offset....

Was this page helpful?
0 / 5 - 0 ratings