david-streamlio opened a new pull request, #72: URL: https://github.com/apache/pulsar-connectors/pull/72
### 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 into `docs/build.gradle.kts`. `ConnectorDocGenerator` only 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
