Hi, I posted to check on this a few months back, but haven’t heard any update. Opening this up again to see if there is any news
Can it work for NoSQL database?
@ranjitsingh Sorry for the delay. The PubSub+ Connector for Debezium CDC is available in a community -supported release at https://solace.com/connectors/debezium-cdc-connector/
Download links for both a runnable JAR package and also a container image are available, as well as the user guides.
@dreamoka the connector has been test with MongoDB. It should support the same databases as Debezium does.
@amackenzie reading the user-guide.md, it doesn’t say anything about support for MS SQL.
Wanted to check if that will be supported by the connector ?
Based on your comment above debezium actually supports MS SQL. does that mean we can use this connector for SQL server as well ? Debezium connector for SQL Server :: Debezium Documentation
The connector uses an embedded Debezium engine for the CDC data access and should work with Debezium-supported sources.
@amackenzie I had try out using v1.0.0. I wanted to output the capture change apply to MySQL. But facing issue. Below are my settings
Workflow 0: cdcsupplier (MySQL) → solace
Workflow 1: solace → cdcsupplier (other MySQL server)
Not issue Ruth workflow 0.
Workflow 1: message are consumed but not able to sync the data to my 2nd DB server.
Are there any sample configurations yaml which demo from solace → MySQL?
The Debezium version(1.9) used is little old in solace/solace-pubsub-connector-debezium:1.0.0 Docker Image. Any plan to update it to a version greater than 2.2?
@Giftson we are looking at releasing a new version of the Debezium connector with updated dependencies in the next few weeks.
I’m using the pubsubplus-connector-debezium-1.0.0
.
(dloaded from /integration-hub/pubsub-connector-for-debezium-cdc-mysql-source/)
How to configure
stream.dynamicDestination
to use different topic names for different tables?
Tried configured this value {tablename}:topic/cdc/{tablename}
but not working.
@amackenzie Any update on the new version of the Debezium connector?