-
Notifications
You must be signed in to change notification settings - Fork 52
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
Pull in Kafka 2.0 clients #100
Conversation
li-apache-kafka-clients/src/main/java/com/linkedin/kafka/clients/consumer/LiKafkaConsumer.java
Outdated
Show resolved
Hide resolved
li-apache-kafka-clients/src/main/java/com/linkedin/kafka/clients/consumer/LiKafkaConsumer.java
Outdated
Show resolved
Hide resolved
637f24a
to
de99e97
Compare
...che-kafka-clients/src/main/java/com/linkedin/kafka/clients/consumer/LiKafkaConsumerImpl.java
Show resolved
Hide resolved
de99e97
to
f951358
Compare
Can we also have some basic unit tests for the new methods. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add more description in the PR highlighting the major changes going in? For example, the consumer API now has overrides introducing timeouts for operations like position, committed etc.
Otherwise, looks good! +1
li-apache-kafka-clients/src/main/java/com/linkedin/kafka/clients/consumer/LiKafkaConsumer.java
Outdated
Show resolved
Hide resolved
@smccauliff Added a test for commitSync with timeout, as discussed. |
The following changes have been made in addition to bumping up the Kafka version to pull in: