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

fixed comments from PR #341, added unit tests for action #345

Merged
merged 2 commits into from
Sep 13, 2021

Conversation

frairon
Copy link
Contributor

@frairon frairon commented Sep 13, 2021

No description provided.

processor.go Outdated Show resolved Hide resolved
//
// Note: The committed offset should always be the offset of the next message that your application will read. Thus, when calling commitSync(offsets) you should add one to the offset of the last message processed.
//
// This has the same semantics as sarama's implementation of session.MarkMessage (which calls MarkOffset with offset+1)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the details, I think they are critical to document here. 👍

Co-authored-by: Uwe Jugel <uwe.jugel@lovoo.com>
Copy link

@ubunatic ubunatic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@frairon frairon merged commit 2b16f64 into master Sep 13, 2021
@frairon frairon deleted the visitor-tool-comments branch September 13, 2021 19:38
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.

None yet

2 participants