Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarification needed for Ignite cdc-ext module <<ignite-cdc-ext>> #11773

Open
atejshee-tibco opened this issue Dec 24, 2024 · 0 comments
Open

Comments

@atejshee-tibco
Copy link

atejshee-tibco commented Dec 24, 2024

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

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 ?

Note: Please redirect me to an appropriate channel if this Apache Ignite CDC ext query is supposed to be addressed at some other channel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant