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

[INLONG-10006][Agent] Add MongoDB data source for Agent #10007

Merged
merged 5 commits into from
Apr 18, 2024

Conversation

haifxu
Copy link
Contributor

@haifxu haifxu commented Apr 18, 2024

Prepare a Pull Request

Motivation

Add MongoDB data source for Agent

Modifications

  1. Add MongoDB Task and Instance.
  2. Start a new thread, let Debezium collect MongoDB data, and then put it into a queue(named debeziumQueue). The agent will regularly read messages from this queue.
  3. The offset information file generated by Debezium is placed in the /inlong-agent directory.

Verifying this change

image

Copy link
Contributor

@justinwwhuang justinwwhuang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature][Agent] Add MongoDB data source for Agent
3 participants