Trendyol / go-dcp-kafka

The Go implementation of the Couchbase to Kafka with DCP.
MIT License
68 stars 15 forks source link

feature: add callback function after the event is published #78

Closed enesyalinkaya closed 10 months ago

enesyalinkaya commented 11 months ago

For Kafka events in our outbox bucket, we want to use go-dcp-kafka to send them. When event is published, we want to remove the event document from the outbox bucket. #77

For this reason, I made a development to add a callback function after the event is published