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 capability of consuming from an application-specified offset #62

Closed
mjkrumlauf opened this issue Jan 12, 2016 · 5 comments
Closed

Comments

@mjkrumlauf
Copy link

Make use of KafkaConsumer.seek(TopicPartition, long) to allow the consuming application to start consuming a topic from a specified offset. This would be extremely useful in providing yet more decoupling of producers from consumers.

See https://kafka.apache.org/090/javadoc/index.html?org/apache/kafka/clients/consumer/KafkaConsumer.html

@danielwegener
Copy link

This, together with #61 would solve #5

@kciesielski
Copy link
Contributor

Thanks @mjkrumlauf, this is an important feature to cover.

@bchazalet
Copy link

+1

@13h3r
Copy link
Member

13h3r commented Feb 3, 2016

Looks like this already in master

@mjkrumlauf
Copy link
Author

Yes - closing issue.

@ennru ennru added this to the invalid milestone Jun 7, 2018
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

6 participants