Hi, I have a flow from Kafka to Couchbase with Sink Connector.
I don’t want to give a global couchbase.document.expiration
option to connector.
I want to set this field from the Kafka event field which will be ttl
. So each document will be created with that ttl
value for expiration.
How can I achieve this? I just want to pass the Kafka event field value to couchbase.document.expiration
. So each document can have different expiration according to its ttl
value of the Kafka event.