We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to use CDC Inbound Endpoint following the documentation. I used this configuration.
<inboundEndpoint name="CDCIEP" class="org.wso2.carbon.inbound.cdc.CDCPollingConsumer" sequence="cdc-inboundSequence" onError="cdc-inboundErrorSequence" suspend="false"> <parameters xmlns="http://ws.apache.org/ns/synapse"> <parameter name="interval">1000</parameter> <parameter name="sequential">true</parameter> <parameter name="coordination">true</parameter> <parameter name="snapshot.mode">initial</parameter> <parameter name="connector.class">io.debezium.connector.oracle.OracleConnector</parameter> <parameter name="database.hostname">localhost</parameter> <parameter name="database.port">1521</parameter> <parameter name="database.user">c##dbzuser</parameter> <parameter name="database.password">dbz</parameter> <parameter name="database.dbname">XE</parameter> <parameter name="database.pdb.name">XEPDB1</parameter> <parameter name="schema.include.list">debezium</parameter> <parameter name="table.include.list">debezium.orders</parameter> </parameters> </inboundEndpoint>
<sequence name="cdc-inboundErrorSequence" trace="disable" xmlns="http://ws.apache.org/ns/synapse"> <log category="INFO" level="full"/> </sequence>
<sequence name="cdc-inboundSequence" trace="disable" xmlns="http://ws.apache.org/ns/synapse"> <log category="INFO" level="full"/> </sequence>
But when ran i insert query nothing logging.
MI-4.2.0 debezium-2.7.4
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
I tried to use CDC Inbound Endpoint following the documentation. I used this configuration.
But when ran i insert query nothing logging.
Steps to Reproduce
Version
MI-4.2.0 debezium-2.7.4
Environment Details (with versions)
No response
The text was updated successfully, but these errors were encountered: