Mongodb – Mongo Kafka Connector Collection Listen Limitations
We have several collections in Mongo based on n tenants and want the kafka connector to only watch for specific collections. Below is my mongosource.properties file where I have added the pipeline filter to listen only to specific collections.It works…