zalando-nakadi / nakadi-producer-spring-boot-starter

Nakadi event producer as a Spring boot starter
MIT License
13 stars 8 forks source link

use batching for snapshots, too (#140) #161

Closed ePaul closed 1 year ago

ePaul commented 1 year ago

This is a follow-up on #141. We use the batching-mechanism introduced there also for creating snapshot events, instead of storing them one-by-one into the DB.

fbrns commented 1 year ago

👍

ePaul commented 1 year ago

:+1: