This is an automated email from the ASF dual-hosted git repository.
david-streamlio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-connectors.git
The following commit(s) were added to refs/heads/master by this push:
new 48aa4aeb [doc][io] List the Debezium MariaDB source in the README
connector table (#72)
48aa4aeb is described below
commit 48aa4aeb521ef3c105f3cf6422cbd703d516f3cc
Author: David Kjerrumgaard <[email protected]>
AuthorDate: Thu Jul 9 14:48:28 2026 -0700
[doc][io] List the Debezium MariaDB source in the README connector table
(#72)
The connector was added in #69 but the README's Sources table was not
updated in the merged commit.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 174bf57e..0f041193 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ mounting them into the `apachepulsar/pulsar` Docker image.
| Connector | Description |
|-----------|-------------|
| Canal | MySQL binlog via Alibaba Canal |
-| Debezium (MySQL, PostgreSQL, MongoDB, MSSQL, Oracle) | CDC via Debezium |
+| Debezium (MySQL, MariaDB, PostgreSQL, MongoDB, MSSQL, Oracle) | CDC via
Debezium |
| DynamoDB | Amazon DynamoDB Streams |
| File | Local filesystem |
| Kafka | Apache Kafka |