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

Support for ConsumerRecords container type on batch processing #903

Closed
rorueda opened this issue Oct 25, 2023 · 1 comment
Closed

Support for ConsumerRecords container type on batch processing #903

rorueda opened this issue Oct 25, 2023 · 1 comment

Comments

@rorueda
Copy link
Contributor

rorueda commented Oct 25, 2023

Feature description

In my use case, it is best to batch process the messages by kafka partition, thus the kafka ConsumerRecords container type is ideal, but currently micronaut doesn't support it and I have a workaround in place to make it work.

I'd like to propose the following change to support ConsumerRecords: master...rorueda:micronaut-kafka:consumer-records-support

Please let me know what you guys think.

@graemerocher
Copy link
Contributor

seems useful. PRs most welcome

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

No branches or pull requests

2 participants