Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suddenly the built in mongo connector stopped the source #22777

Open
3 tasks done
prasathsekar opened this issue May 24, 2024 · 0 comments
Open
3 tasks done

Suddenly the built in mongo connector stopped the source #22777

prasathsekar opened this issue May 24, 2024 · 0 comments
Labels
type/bug The PR fixed a bug or issue reported a bug

Comments

@prasathsekar
Copy link

Search before asking

  • I searched in the issues and found nothing similar.

Read release policy

  • 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?

  • I'm willing to submit a PR!
@prasathsekar prasathsekar added the type/bug The PR fixed a bug or issue reported a bug label May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug The PR fixed a bug or issue reported a bug
Projects
None yet
Development

No branches or pull requests

1 participant