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 batch processing #340

Open
shaiyahleba opened this issue Mar 25, 2021 · 9 comments
Open

Consumer batch processing #340

shaiyahleba opened this issue Mar 25, 2021 · 9 comments

Comments

@shaiyahleba
Copy link

shaiyahleba commented Mar 25, 2021

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

@natansil
Copy link
Collaborator

Hi @shaiyahleba ,
I'm glad to report we are working on a batch consumer feature, and we will open-source it soon.
I will update this issue once this happens.

Natan

@natansil
Copy link
Collaborator

btw, Are you currently using Greyhound.
Can you share which API? ZIO/Scala Future/Java?

@shaiyahleba
Copy link
Author

Great thanks! Any ETA?

We’re using the Java api.

@natansil
Copy link
Collaborator

Do you think you can contribute to the Java api of batch consumer?
It could make the feature available faster.

@shaiyahleba
Copy link
Author

Unfortunately not at the moment.

@natansil
Copy link
Collaborator

I am trying to make this task a priority in upcoming quarter. I hope to update here soon on ETA

@shaiyahleba
Copy link
Author

Great thanks

@natansil
Copy link
Collaborator

natansil commented Apr 8, 2021

@shaiyahleba
The plan is to have batch consumer available by end of May.
FYI

@natansil
Copy link
Collaborator

@shaiyahleba batch consumer is ready! (it's found in version 0.2.0)

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