-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Documentation for Oracle Debezium connector #12213
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
Conversation
Co-authored-by: Michael Marshall <mikemarsh17@gmail.com>
eolivelli
left a comment
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.
Great!
@Anonymitaet PTAL
site2/docs/io-debezium-source.md
Outdated
| Debezium [requires](https://debezium.io/documentation/reference/1.5/connectors/oracle.html#oracle-overview) Oracle DB with LogMiner or XStream API enabled. | ||
| Supported options and steps for enabling them vary from version to version of Oracle DB. | ||
| Steps outlined in the [documentation](https://debezium.io/documentation/reference/1.5/connectors/oracle.html#oracle-overview) and used in the [integration test](https://github.com/apache/pulsar/blob/master/tests/integration/src/test/java/org/apache/pulsar/tests/integration/io/sources/debezium/DebeziumOracleDbSourceTester.java) may or may not work for the version and edition of Oracle DB you are using. | ||
| Please refer to the documentation for Oracle DB as needed. |
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.
Can you add a reference link here?
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.
done
| Steps outlined in the [documentation](https://debezium.io/documentation/reference/1.5/connectors/oracle.html#oracle-overview) and used in the [integration test](https://github.com/apache/pulsar/blob/master/tests/integration/src/test/java/org/apache/pulsar/tests/integration/io/sources/debezium/DebeziumOracleDbSourceTester.java) may or may not work for the version and edition of Oracle DB you are using. | ||
| Please refer to the documentation for Oracle DB as needed. | ||
|
|
||
| Similarly to other connectors, you can use JSON or YAMl to configure the connector. |
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.
Like other connector docs, can you give a JSON example?
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.
done
CR feedback Co-authored-by: Anonymitaet <50226895+Anonymitaet@users.noreply.github.com>
* Documentation for Oracle Debezium connector * Update site2/docs/io-debezium-source.md Co-authored-by: Michael Marshall <mikemarsh17@gmail.com> * Apply suggestions from code review CR feedback Co-authored-by: Anonymitaet <50226895+Anonymitaet@users.noreply.github.com> * CR feedback Co-authored-by: Michael Marshall <mikemarsh17@gmail.com> Co-authored-by: Anonymitaet <50226895+Anonymitaet@users.noreply.github.com>
Motivation
Add documentation for new connector.
Modifications
Added documentation.
Verifying this change
This change is a documentation only.
Does this pull request potentially affect one of the following parts:
If
yeswas chosen, please highlight the changesNo
Documentation
Check the box below and label this PR (if you have committer privilege).
Need to update docs?