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

Consumer/position re-consume unacked or from topic start #16

Merged
merged 2 commits into from Jan 25, 2019

Conversation

davidwalter0
Copy link
Collaborator

expose options for re-reading unacked message and add ability to consume from beginning of topic

awilliams and others added 2 commits November 30, 2018 15:53
This allows for the `InitialPosition` field to be set when creating a
new subscriber. More tests should be added around this in the future.
For now, it's only available for "exclusive" consumers, but could be
added to other subscription types.
* expose options for re-reading unacked messages

Signed-off-by: David Walter <davidwalter0@users.noreply.github.com>

* fix comment typos

Signed-off-by: David Walter <davidwalter0@users.noreply.github.com>

* Per review: prefer caller returns result directly

Signed-off-by: David Walter <davidwalter0@users.noreply.github.com>

* update comment wording
@davidwalter0 davidwalter0 self-assigned this Jan 23, 2019
Copy link
Collaborator

@awilliams awilliams left a comment

Choose a reason for hiding this comment

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

LGTM. Please add a changelog entry

@davidwalter0 davidwalter0 merged commit 075cf83 into master Jan 25, 2019
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