Mongo source connector runnning fine no errors but no data in kafka topic

Am using mongo source connector 1.10.1version and instrumented in self hosted apache kafka plugins.

connector is running fine when we publish data in atlas mongo database we are not seeing any messages in kafka topic.

tried simple config below:

{
“name” : “simple”,
“config” : {
“connection.uri” : “blank”,
“connector.class” : “com.mongodb.kafka.connect.MongoSourceConnector”,
“topic.prefix”: “blank”,
“database” : “blank”,
“key.converter” : “org.apache.kafka.connect.storage.StringConverter”,
“name” : “simple”,
“value.converter” : “org.apache.kafka.connect.storage.StringConverter”
}
}

could not able to find any errors nothing but no data published to topic. and also automatic topic creation also happening when we set topic creation enabled true but no luck. tried in all ways no luck.

please help me with this asap

Hi @Mohan_Reddy1
Any luck on above? I am also facing same issue . Mongo source connector runs and also adds to kafka topic but at times the connector stops publishing to kafka topic… it is totally stuck and we are forced to create a new connector instead to start picking atleast from latest updates.
Hi Mongo Kafka connector team,
Can you please help here why is the mongo source connector stuck at times? What could be the reason and is there any suggestion to change configs?