-
Notifications
You must be signed in to change notification settings - Fork 10
Poll exception catching mechanism #26
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
Open
yblanke
wants to merge
12
commits into
master
Choose a base branch
from
poll-exception-catching-mechanism
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 11 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
9b6e316
Add exception handling for consumer polling
yblanke 798240f
refactoring
yblanke f4b887f
Fix formatting of options in consumer polling configuration
yblanke 3937349
Fix ConsumerRecord offset in shape test
yblanke 30bca28
Update test to verify offset increment on faulty batch handling
yblanke 0068246
Bump project version to 2.2.0-SNAPSHOT
yblanke 5749006
Enhance error handling with custom catch function in polling mechanism
yblanke 0e3bdfd
Refactor error handler retrieval in polling mechanism
yblanke 4863221
Refactor offset increment logic and simplify error handler retrieval …
yblanke 7ea482d
Update README to clarify default behavior for error-skip-offset-amount
yblanke be7c593
Refactor error handler retrieval function and update spec definitions
yblanke e2faa6f
Update README and source.clj to set default error-skip-offset-amount …
yblanke 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
assigning
:ketu.source/poll-error-handleroverrides the definition of:ketu.source/error-skip-offset-amount. If the first is set, the latter is ignored. This is confusing for a user of the library.I think we should support one or the either, or document that they are mutually exclusive
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you mean that the provided error handler may choose not to use the
error-skip-offset-amountopt?