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

Kafka 0.10.0 and 0.10.1 are protocol-incompatible #20

Open
RobinDaugherty opened this issue Feb 7, 2017 · 1 comment
Open

Kafka 0.10.0 and 0.10.1 are protocol-incompatible #20

RobinDaugherty opened this issue Feb 7, 2017 · 1 comment

Comments

@RobinDaugherty
Copy link
Contributor

With my PR #19 I moved the version of Kafka to 0.10.1.1. But I found that my production Kafka cluster was running 0.10.0.1, which has a consumer API that is incompatible with client 0.10.1.1. (I opened an SO question about the issue.)

So at this point, the master branch has Kafka 0.10.1.1, which does not seem to work with any version of Kafka prior to 0.10.1.0.

There's currently no way to allow selection of the version of Kafka. Might there be a standard mechanism for allowing this? Multiple pom.xml files, one for each version of Kafka?

@guptaanamika
Copy link

Is any Java client present for Kafka Connect.
As my project is running on distrubuted mode but more runtime registration of new connectors , rest apis are there but no java client.
Just want to be sure if exist before i build a new one.

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

2 participants