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

Persist events in a batch #140

Closed
fbrns opened this issue Sep 21, 2021 · 1 comment
Closed

Persist events in a batch #140

fbrns opened this issue Sep 21, 2021 · 1 comment
Assignees

Comments

@fbrns
Copy link
Member

fbrns commented Sep 21, 2021

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.

@fbrns fbrns self-assigned this Sep 21, 2021
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
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)
@ePaul
Copy link
Member

ePaul commented Dec 7, 2022

Implemented in #141 (with some follow-up in #161).

Opened #159 as a follow-up.

@ePaul ePaul closed this as completed Dec 7, 2022
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