Add OracleDB CDC trigger docs and regenerate Solace connector docs - #623
Draft
gayaldassanayake wants to merge 2 commits into
Draft
Add OracleDB CDC trigger docs and regenerate Solace connector docs#623gayaldassanayake wants to merge 2 commits into
gayaldassanayake wants to merge 2 commits into
Conversation
Adds a Triggers reference page for the ballerinax/oracledb connector's LogMiner-based CDC listener, a CDC setup section in the setup guide (verified against the connector's tested README), and a CDC trigger walkthrough in the example page with screenshots from the low-code UI. Also: - Removes the CDC-setup bullet that leaked into the MySQL and PostgreSQL setup guides' generic Prerequisites section, ahead of their own dedicated CDC sections. - Fixes the Oracle DB catalog card icon, which pointed at a stale package version whose icon was a generic placeholder instead of the Oracle logo. - Adds CDC to the Oracle DB catalog card's description/operations so it surfaces when searching "cdc", matching the other database connectors.
Contributor
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
3 tasks
The solace connector migrated from a JMS-based implementation to JCSMP, changing the connection config, destination model, and acknowledgement modes. Replace the JMS-era connector-overview, setup-guide, actions, triggers, and example pages with content verified against the new connector source and a live low-code UI walkthrough. Also update the conceptual Solace trigger page under develop/integration-artifacts, the catalog card icon/description, and all accompanying screenshots.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ballerinax/oracledbconnector's LogMiner-based CDC listener (listener/service config, supporting types)wso2/integration-samples(PR #156)ballerinax/solaceconnector docs (connector-overview, setup-guide, actions, triggers, example) for the new JCSMP-based implementation (v1.0.0), replacing the old JMS-based contentdevelop/integration-artifacts/eventto match the new listener/service modelwso2/integration-samples(PR #156)Related fixes picked up along the way
Test plan
bal buildsucceeds for the generated CDC trigger samplebal buildsucceeds for all three rewritten Solace samplesnpm run build(Docusaurus) succeeds with no new broken links