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

Review kafka binding partition offset vs progress offset #285

Closed
jfallows opened this issue Jun 27, 2023 · 0 comments
Closed

Review kafka binding partition offset vs progress offset #285

jfallows opened this issue Jun 27, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jfallows
Copy link
Contributor

Kafka binding internally uses progress offset to represent where the client should recover from after receiving a DATA frame.

However, this is then inconsistent with FLUSH frame which represents current position in the stream.

Review the use of partitionOffset vs progressOffset, also BEGIN partitionOffset vs DATA partitionOffset to determine if this can be further simplified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant