-
Notifications
You must be signed in to change notification settings - Fork 157
feature #193: Pause/Resume ParallelConsumer #198
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
Merged
Merged
Changes from all commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
21f08f6
START: the basics of a single queue
astubbs 3f1f3ff
step: remove work mailbox manager
astubbs 92b50cb
step: BROKEN: assign epoch to record immediately
astubbs 1653bc2
step - trying to test perf
astubbs 103c677
update
astubbs eed2190
logs
astubbs 02ee3cd
fix: Debug output for sorted encoding pairs
astubbs 83fda73
save
astubbs 2a37d46
rebase update
astubbs b17c838
step
astubbs e1141e4
save
astubbs 5a3bb55
save
astubbs 6a1464c
save: unit test version of offset encoding backpressure test
astubbs 0604934
save
astubbs 4eeb008
omg - hashsets vs queues, wow
astubbs bcfc9c1
review
astubbs 6054ac5
review
astubbs c968629
review
astubbs 0f993dd
review
astubbs 416fd2f
Merge remote-tracking branch 'confluent/master' into features/single-…
astubbs 189dc59
step
astubbs 908d8ed
step
astubbs 7547ec6
fix test
astubbs 939a15e
step - test fix?
astubbs 3fa6ae3
step - test fix?
astubbs c44f50a
step - test fix? - make sure unit test also cleans up
astubbs eff0b13
step - test fix? - make sure unit test also cleans up
astubbs 74e0efb
step: reduce consumer max poll
astubbs ae1ce22
step: loosen duplicate check a bit for jenkins
astubbs 62ffa63
step: fix generics
astubbs bf4452e
step: Experiment: synchronisation no longer needed due to stronger ep…
astubbs 94ebc5c
turn max poll back to default (500)
astubbs 854c0fa
Draft for pause/resume functionality (confluentinc/parallel-consumer#…
nioertel 1401a28
Improve logging + add unit tests (confluentinc/parallel-consumer#193).
nioertel cada440
Fix copyrights.
nioertel 2761631
Don't pause the BrokerPollSystem when pausing the consumer. Improve j…
nioertel dcc01bc
Polish: Make MDC key for work container descriptor a constant.
nioertel 0d9a4fc
step: tweeks
astubbs 77520e4
step: simplify
astubbs 439ad74
step: review
astubbs 753ea81
step: turn back up default timeout to 30 - 10 is too low for some things
astubbs d7f9978
update
astubbs 74eac43
review
astubbs 76c6fef
rebase compile update
astubbs b85fd2d
review
astubbs c6056fe
review
astubbs 333ccac
review
astubbs d751aa4
review
astubbs aa5c0e1
fix
astubbs 3b51ffe
START: Rename PartitionMonitor to PartitionStateManager
astubbs e336064
Merge branch 'features/single-queue' into features/pause-resume
astubbs cc5debf
START: Rename PartitionMonitor to PartitionStateManager
astubbs cd4b59a
Merge branch 'pm-rename' into features/pause-resume
astubbs 4f137fa
Merge remote-tracking branch 'confluent/master' into features/pause-r…
astubbs 64a9f1e
Merge remote-tracking branch 'confluent/master' into features/pause-r…
astubbs b6ad2ec
docs
astubbs 9164c44
review
astubbs 968704b
review
astubbs 2a9e5c8
fix test - processing order will affect the actual offsets that are c…
astubbs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.