forked from Comcast/pulsar-client-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Consumer/position re-consume unacked or from topic start (Comcast#16)
* Add ability to consume from beginning of topic 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 (Comcast#13) * expose options for re-reading unacked messages Signed-off-by: David Walter <[email protected]> * fix comment typos Signed-off-by: David Walter <[email protected]> * Per review: prefer caller returns result directly Signed-off-by: David Walter <[email protected]> * update comment wording
- Loading branch information
1 parent
c0ba52b
commit 075cf83
Showing
6 changed files
with
96 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters