Trendyol / go-dcp-kafka

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

Get document from destination bucket #79

Closed merveyalcinkocakty closed 9 months ago

merveyalcinkocakty commented 9 months ago

Is your feature request related to a problem? Please describe. We will feed one bucket with Eventing. When the event received, we want to check a record in that bucket to see if a specific field has not been updated. Therefore, we need to fetch the relevant document from the destination bucket and make a comparison

Describe the solution you'd like We want to able to get document from destination bucket

mhmtszr commented 9 months ago

You can do it in the mapper I think.

merveyalcinkocakty commented 9 months ago

I want to access the Couchbase client from the mapper without reopening the connection

erayarslan commented 9 months ago

released with v1.1.21 on couchbase connector