-
Notifications
You must be signed in to change notification settings - Fork 37
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 batch processing #340
Comments
Hi @shaiyahleba , Natan |
btw, Are you currently using Greyhound. |
Great thanks! Any ETA? We’re using the Java api. |
Do you think you can contribute to the Java api of batch consumer? |
Unfortunately not at the moment. |
I am trying to make this task a priority in upcoming quarter. I hope to update here soon on ETA |
Great thanks |
@shaiyahleba |
@shaiyahleba batch consumer is ready! (it's found in version 0.2.0) |
Hi,
Is it possible to process a batch of records in a single consumer instead of just a single record at a time?
To achieve greater parallelism beyond the number of the topic's partition, it would be great if we could process in parallel (or even concurrently) a batch of records on the consumer side.
Thanks
The text was updated successfully, but these errors were encountered: