golden-yang opened a new issue #12174: URL: https://github.com/apache/pulsar/issues/12174
In [issue#2442](https://github.com/apache/pulsar/issues/2442), Pulsar IO already support JDBC-sink and debezium-source. In some simple scenarios, I expect a more direct way to synchronize data, not rely on third-party debezium. And in some special cases, it is not easy to obtain binlog data. I hope to use JDBC connection through Pulsar to support richer DB sources. Here are some tools that can be used based on kafka and flink: - kafka-connect-jdbc - DataX mysqlreader support jdbc I think the synchronization methods based on Event-log (e.g. binlog) and query have their own advantages. Supporting both methods at the same time can cover more usage scenarios. We are trying to migrate the kafka connect application to pulsar. One of the tasks is to support jdbc-source. Does this work conform to the development trend of the Pulsar community? If the community needs it, we will try to implement this method in the community first. **Is your feature request related to a problem? Please describe.** -- 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]
