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 decorator support #18

Merged
merged 20 commits into from
Aug 18, 2024
Merged

Consumer decorator support #18

merged 20 commits into from
Aug 18, 2024

Conversation

idantavor
Copy link
Contributor

This MR, when applied, adds support for consumer decorator.
In some cases, especially when manual offset/commit management is needed, the client may want to run custom logic in the scope of the polling thread.
The consumer decorator provides a generic solution for gaining custom control of the poll loop.

CHANGELOG.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
src/ketu/async/source.clj Show resolved Hide resolved
src/ketu/async/source.clj Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
src/ketu/async/source.clj Show resolved Hide resolved
@idantavor idantavor merged commit 545c3b7 into master Aug 18, 2024
10 checks passed
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.

2 participants