Skip to content

Conversation

@harshini-rangaswamy
Copy link
Collaborator

@harshini-rangaswamy harshini-rangaswamy commented Dec 18, 2025

Describe your changes

Documentation for the Oracle Debezium source connector for Aiven for Apache Kafka®.

FLEET-6126

Checklist

  • The first paragraph of the page is on one line.
  • The other lines have a line break at 90 characters.
  • I checked the output.
  • I applied the style guide.
  • My links start with /docs/.

@cloudflare-workers-and-pages
Copy link

Deploying aiven-docs with  Cloudflare Pages  Cloudflare Pages

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

View logs

"value.converter.schema.registry.url": "<schema-registry-url>",

"schema.name.adjustment.mode": "avro"
}

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)

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants