pulsar
pulsar copied to clipboard
Suddenly the built in mongo connector stopped the source
Search before asking
- [X] I searched in the issues and found nothing similar.
Read release policy
- [X] I understand that unsupported versions don't get bug fixes. I will attempt to reproduce the issue on a supported version of Pulsar client and Pulsar broker.
Version
3.2.3
Minimal reproduce step
{ "configs": { "mongoUri": "{{mongo_uri}}", "database": "{{db_name}}", "collection": "chub_agent", "syncType": "incr_sync", "batchSize": "2", "batchTimeMs": "500" } }
What did you expect to see?
Any changes in the collection will be sourced and pushed to the pulsar topic
What did you see instead?
We used to source 10 collections. suddenly the connector stops the source from MongoDB. There is no error, it show running but no file is sourced.
Anything else?
No response
Are you willing to submit a PR?
- [X] I'm willing to submit a PR!