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

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

Delete after insert #174

Open ePaul opened 1 year ago

ePaul commented 1 year ago

(This includes the changes from #171, #173, #176, #175 and builds on top. These should likely be merged first, then this one gets smaller. Implements parts of #170.)

This introduces an optional "delete-after-insert" mode. In this mode, events stored into the database will be immediately deleted.

The purpose of this is to connect the eventlog table to Fabric Event Stream's Debezium-connector (this is a Zalando-internal project), which will read the events from the logical replication log and takes care of sending them out to Nakadi.

Relevant changes:

TODO: