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

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

Don't fetch all events into main memory before transmission #111

Closed BGehrels closed 1 year ago

BGehrels commented 5 years ago

Otherwise we may run out of memory on huge event backlogs

a more stream oriented approach might be way better.

ePaul commented 1 year ago

This is actually already implemented by implementing #112 in #152.