-
Notifications
You must be signed in to change notification settings - Fork 196
Oracle XStream Out CDC Source Connector #383
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: master
Are you sure you want to change the base?
Conversation
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.
Pull Request Overview
Introduces a complete Oracle XStream CDC Source Connector example for Oracle Database 21c Enterprise Edition with Confluent Platform. This implementation provides infrastructure-as-code for setting up Oracle Database with XStream configuration and deploying the CDC connector via Confluent for Kubernetes (CFK).
- Complete Oracle Database 21c Enterprise Edition deployment with XStream Out interface configuration
- Automated XStream setup with post-startup configuration scripts for users, tablespaces, and outbound servers
- Confluent Platform deployment with Oracle XStream CDC Source Connector using pod overlay for dependencies
Reviewed Changes
Copilot reviewed 13 out of 15 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| oracle/statefulset.yaml | Oracle Database StatefulSet with XStream configuration scripts mounted as volumes |
| oracle/service.yaml | Oracle Database service exposing ports 1521 and 5500 |
| oracle/pvc.yaml | Persistent volume claim for Oracle Database data storage |
| oracle/namespace.yaml | Oracle namespace definition |
| oracle/database.md | Comprehensive documentation for Oracle Database setup and XStream configuration |
| oracle/configmap-xstream.yaml | XStream configuration script with user creation and outbound server setup |
| oracle/configmap-sample-data.yaml | Sample data creation script for CDC demonstration |
| oracle/configmap-readiness.yaml | Oracle CDC readiness validation script |
| oracle/configmap-config.yaml | Oracle Database and XStream environment variables configuration |
| connector-oracle-xstream-cdc.yaml | Oracle XStream CDC Source Connector configuration |
| confluent-platform.yaml | Complete Confluent Platform deployment with Connect cluster |
| configmap-oracle-xstream-pod-overlay.yaml | Pod overlay for installing Oracle dependencies and CDC plugin |
| README.md | Main documentation with setup instructions and validation steps |
Comments suppressed due to low confidence (4)
connector/oracle-xstream-cdc-source/21c-ee/confluent-platform.yaml:78
- The image version 'confluentinc/cp-enterprise-alertmanager:2.2.0' may not exist. This appears to be an unreleased or non-existent version. Consider using a verified available version.
image: confluentinc/cp-enterprise-alertmanager:2.2.0
connector/oracle-xstream-cdc-source/21c-ee/confluent-platform.yaml:53
- The image version 'confluentinc/cp-enterprise-control-center-next-gen:2.2.0' may not exist. This appears to be an unreleased or non-existent version. Consider using a verified available version.
image:
connector/oracle-xstream-cdc-source/21c-ee/confluent-platform.yaml:74
- The image version 'confluentinc/cp-enterprise-prometheus:2.2.0' may not exist. This appears to be an unreleased or non-existent version. Consider using a verified available version.
image: confluentinc/cp-enterprise-prometheus:2.2.0
connector/oracle-xstream-cdc-source/21c-ee/oracle/configmap-readiness.yaml
Show resolved
Hide resolved
connector/oracle-xstream-cdc-source/21c-ee/configmap-oracle-xstream-pod-overlay.yaml
Show resolved
Hide resolved
connector/oracle-xstream-cdc-source/21c-ee/configmap-oracle-xstream-pod-overlay.yaml
Show resolved
Hide resolved
|
Could someone kindly assist with reviewing and approving this request at your earliest convenience? |
|
Waiting for more than a month now, could someone assist in approving this request at your earliest convenience? |
Configure and validate the Oracle XStream CDC Source Connector with Oracle Database and the Confluent Platform