Compatibility of Pulsar JDBC Sink (2.5.0) with Pulsar 3.0.1 and Support for MySQL, MS SQL, and Oracle Sinks #21305
Unanswered
divya-inaza
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Earlier, Pulsar provided support for JDBC MySQL and other sinks up to version 2.5. After that, it started providing NAR files for individual databases such as PostgreSQL, MariaDB, etc.
If I need to implement JDBC sinks for MySQL, MS SQL, and Oracle, do I need to create my own .NAR file, or can I use the https://archive.apache.org/dist/pulsar/pulsar-2.5.0/connectors/pulsar-io-jdbc-2.5.0.nar? I have tried creating a MySQL sink with this file, and it worked fine. However, I'm not sure if it will be compatible with future versions.
My current Pulsar version is 3.0.1.
All reactions