-
Notifications
You must be signed in to change notification settings - Fork 76
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
IGNITE-19528 CDC examples with cdc-start-up.sh #285
base: master
Are you sure you want to change the base?
Conversation
4f6a914
to
67132b2
Compare
* cdc-start-up.sh * CDC examples * assembly
* maxBatchSize removed
* README.txt
* README.txt
* README.txt
* grep for MacOS fix
* unbound var check * AWK cmd fix
* removed redundant options
* script moved to examples
* script moved to cdc-start-up
* README.txt update
* README.txt update
a6ac06b
to
4a871c5
Compare
* persistance removed * activation removed
* optional libraries check
* readme fix
* --check-cdc fixed
* grep in README.txt
* millis to sec * check optional libs
* loop 1 sec wait * msg fixed
* options changed
0b8acd3
to
b5b801e
Compare
* text format
* text fix
modules/cdc-ext/examples/config/cdc-start-up/cdc-base-configuration.xml
Outdated
Show resolved
Hide resolved
* text fixes * code style * indentation
* indentation
`used to transfer data from source-cluster to destination-cluster. | ||
* --ignite-to-ignite-thin Creates a single thin client, ` | ||
`used to transfer data from source-cluster to destination-cluster. | ||
* --ignite-to-kafka Creates a cdc consumer, used to transfer data from source-cluster to specified Kafka topic. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thick client?
</property> | ||
|
||
<property name="clusterId" value="${cluster_id}"/> | ||
<property name="conflictResolveField" value="val2"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this setting?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suppose we need an example that shows this field in action
* code style
Currently, there are no examples for different CDC configurations and corresponding documentation. We need step-by-step documentation for active-passive, active-active cases and for different clients and transports (Ignite2Ignite, Ignite through Kafka).
What is new: