-
Notifications
You must be signed in to change notification settings - Fork 167
Introduce a batch mode in KclMessageDrivenChannelAdapater. #111
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
Comments
Has any work on this been done yet? I intend to pick this up as we need batch mode :) |
No, you're good to go. Thank you for any help! |
dirkbonhomme
added a commit
to dirkbonhomme/spring-integration-aws
that referenced
this issue
Jul 11, 2019
dirkbonhomme
added a commit
to dirkbonhomme/spring-integration-aws
that referenced
this issue
Jul 15, 2019
dirkbonhomme
added a commit
to dirkbonhomme/spring-integration-aws
that referenced
this issue
Jul 15, 2019
Griffin1989106
added a commit
to Griffin1989106/SpringWithAWS
that referenced
this issue
Jul 22, 2024
guygriffin1989106
added a commit
to guygriffin1989106/SpringWithAWS
that referenced
this issue
Jul 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In
processRecords
introduce abatch
mode when we can send all theList<KinesisClientRecord>
downstream as a singlepayload
.The text was updated successfully, but these errors were encountered: