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

Add support to capture multiple operations from single cdc source #72

Merged
merged 12 commits into from
Feb 16, 2021

Conversation

AnuGayan
Copy link
Contributor

Purpose

  • This PR will add support to capture multiple operations occurs in database through a single CDC source. the Siddhi event which generate in regards to the CDC event now consists with a transport property call operation, which will provide the operation which was captured from the database.
  • This PR also contains a version bump for Debezium connector from 1.2.1_final to 1.4.1_final.
  • Improved CDC source to read configurations from deployment.yaml file
  • Minor bug fix in cdc polling mode when using in SI tooling editor runtime where it tries to disconnect the cdc connection when the connection is not yet established.

Security checks

}
break;
default:
log.info("Provided value for \"op\" : " + op + " is not supported.");
Copy link
Contributor

Choose a reason for hiding this comment

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

shall we provide a warn here ?

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

Successfully merging this pull request may close these issues.

3 participants