atejshee-tibco opened a new issue, #11773: URL: https://github.com/apache/ignite/issues/11773
We are using the Apache Ignite **cdc-ext** (**_Ignite2IgniteClientCdcStreamer_**) feature for a cache data replication use case in our project. Earlier, the cdc-ext feature was coordinated with **Apache Ignite 2.16**. However, now that cdc-ext refers to a snapshot version of **Apache Ignite 2.17** (which is yet to have an official release), our project that uses **Apache Ignite 2.16** fails to bring up the cdc-ext module due to the some missing classes from **Apache Ignite 2.16** (that are actually present in some other package location in **Apache Ignite 2.17 snapshot jar**). The following exception is thrown when trying to bring up the cdc-ext module: `java.lang.NoClassDefFoundError: org/apache/ignite/metric/MetricRegistry` [Please find the attached exception trace] [Ignite cdc exception log.txt](https://github.com/user-attachments/files/18238365/Ignite.cdc.exception.log.txt) We had two queries around this: 1. When will the **Ignite cdc-ext** module (which is currently in experimental state) get an official release ? 2. Will the **Ignite cdc-ext** module be backward compatible with **Apache Ignite 2.16**, or do our systems have to be upgraded to **Apache Ignite 2.17** to support the Ignite cdc-ext feature ? -- 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]
