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

A build that doesn't use transactions, avoiding empty offsets #7

Open
wants to merge 2 commits into
base: quarkus
Choose a base branch
from

Conversation

solsson
Copy link

@solsson solsson commented Mar 24, 2019

Should be a config option, but I had to do this quickly. The empty offsets aspect is "documented" here: https://stackoverflow.com/questions/54636524/kafka-streams-does-not-increment-offset-by-1-when-producing-to-topic

Pushed:
yolean/kafka-topics-copy:notx@sha256:dfff1f15251a31cdff15ab7946dd8e1e56a5286a6fbd5439df273ecbb0552149
yolean/kafka-topics-copy:plainjava-notx@sha256:259bb3296a2675751ccafb86c3caae62a2616d39ae100d9f99345f069d166ddb

Please note that records will be duplicated in many failure modes. No more exactly once.

solsson added 2 commits March 24, 2019 21:06
so let's have a build that doesn't use transactions
failed produce somewhere in the middle of a poll
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

Successfully merging this pull request may close these issues.

1 participant