-
Notifications
You must be signed in to change notification settings - Fork 8
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
Persist events in a batch #140
Comments
fbrns
added a commit
to fbrns/nakadi-producer-spring-boot-starter
that referenced
this issue
Sep 27, 2021
fbrns
added a commit
to fbrns/nakadi-producer-spring-boot-starter
that referenced
this issue
Nov 12, 2021
fbrns
added a commit
to fbrns/nakadi-producer-spring-boot-starter
that referenced
this issue
Nov 22, 2022
Co-authored-by: Paŭlo Ebermann <[email protected]>
fbrns
added a commit
to fbrns/nakadi-producer-spring-boot-starter
that referenced
this issue
Nov 23, 2022
fbrns
added a commit
to fbrns/nakadi-producer-spring-boot-starter
that referenced
this issue
Nov 28, 2022
ePaul
added a commit
that referenced
this issue
Nov 28, 2022
ePaul
added a commit
that referenced
this issue
Nov 29, 2022
…-in-batch #140 Persist multiple events in batch
ePaul
added a commit
that referenced
this issue
Nov 29, 2022
ePaul
added a commit
that referenced
this issue
Nov 29, 2022
…h-storing-for-snapshots use batching for snapshots, too (#140)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the moment events are persisted one by one with single database inserts. With a higher number of events persisted at the same time a batch insert will reduce the amount of inserts and therefore increases the overall performance.
Add a functionality to pass a collection of events to nakadi-producer and persist the events as a batch.
The text was updated successfully, but these errors were encountered: