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 Siddhi sample for CDC polling mode #895

Merged
merged 8 commits into from
Dec 7, 2018
Merged

Conversation

chathuranga95
Copy link
Contributor

Purpose

Adding a siddhi sample to demonstrate polling mode of cdc source.


Optional: Test for operation = 'update' and operation = 'delete' also.
Note: delete operation events will include keys: before_name, before_amount.
update operation events will include keys: before_name, name, before_amount, amount.
*/

@App:name('ReceiveChangeDataFromDatabase')
@App:name('CDCWithListeningMode')
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 move the @app:name and @app:description to the top of the file and then have the purpose. Please change in the other sample as well

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed with commit : 2b67fac

@niveathika niveathika merged commit 9e4a1c4 into wso2:master Dec 7, 2018
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