[doc][io] List the Debezium MariaDB source in the README connector table - #72
Merged
david-streamlio merged 1 commit intoJul 9, 2026
Conversation
The connector was added in apache#69 but the README's Sources table was not updated in the merged commit.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the top-level README connector listing so the Debezium Sources table reflects that the repository includes a Debezium MariaDB source connector (added previously in #69), keeping the primary documentation entry point accurate.
Changes:
- Adds “MariaDB” to the Debezium row in the README “Sources” connector table.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Motivation
#69 added the Debezium MariaDB source connector, but the README's Sources table still reads
Debezium (MySQL, PostgreSQL, MongoDB, MSSQL, Oracle)— the documentation commit did not make it into the merged change.Modifications
Add MariaDB to the Debezium row of the Sources table.
Note that the repo's other doc surfaces were already covered by #69: the sample source config (
debezium-mariadb-source-config.yaml) ships with the module, and the module is wired intodocs/build.gradle.kts.ConnectorDocGeneratoronly emits pages for@Connector-annotated classes, which no Debezium module uses, so no generated page is expected for MariaDB — same as for its five siblings.