-
Notifications
You must be signed in to change notification settings - Fork 25
feat: Oracle Debezium source connector documentation #1240
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
base: main
Are you sure you want to change the base?
feat: Oracle Debezium source connector documentation #1240
Conversation
Deploying aiven-docs with
|
| Latest commit: |
4ecf4ab
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://1c570a5e.aiven-docs.pages.dev |
| Branch Preview URL: | https://fleet-6126-documentation-of.aiven-docs.pages.dev |
| "value.converter.schema.registry.url": "<schema-registry-url>", | ||
|
|
||
| "schema.name.adjustment.mode": "avro" | ||
| } |
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 think that like some of the other debezium connectors we also need to add the below
@RyanSkraba
"schema.history.internal.consumer.security.protocol": "SSL", "schema.history.internal.consumer.ssl.key.password": "password", "schema.history.internal.consumer.ssl.keystore.location": "/run/aiven/keys/public.keystore.p12", "schema.history.internal.consumer.ssl.keystore.password": "password", "schema.history.internal.consumer.ssl.keystore.type": "PKCS12", "schema.history.internal.consumer.ssl.truststore.location": "/run/aiven/keys/public.truststore.jks", "schema.history.internal.consumer.ssl.truststore.password": "password", "schema.history.internal.kafka.bootstrap.servers": <your aiven bootstrap servers>, "schema.history.internal.producer.security.protocol": "SSL", "schema.history.internal.producer.ssl.key.password": "password", "schema.history.internal.producer.ssl.keystore.location": "/run/aiven/keys/public.keystore.p12", "schema.history.internal.producer.ssl.keystore.password": "password", "schema.history.internal.producer.ssl.keystore.type": "PKCS12", "schema.history.internal.producer.ssl.truststore.location": "/run/aiven/keys/public.truststore.jks", "schema.history.internal.producer.ssl.truststore.password": "password",
| - Supplemental logging enabled | ||
| - ARCHIVELOG mode enabled | ||
| - A database user with sufficient privileges for LogMiner-based change data capture | ||
| (CDC) |
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.
Should we add a line here that the customer should have any appropriate licensing before using the connector? @RyanSkraba
Describe your changes
Documentation for the Oracle Debezium source connector for Aiven for Apache Kafka®.
FLEET-6126
Checklist
/docs/.