Skip to content

Conversation

@aymkhalil
Copy link
Contributor

@aymkhalil aymkhalil commented Mar 27, 2023

Remove dse-db dependency from backfill-cli so external users can build (#125 )

}

jar.enabled = false
jar.enabled = true
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is necessary to solve:

19:24:38.807 ERROR Exception in thread "main" java.lang.NoClassDefFoundError: com/datastax/oss/cdc/agent/Mutation
    19:24:38.807 ERROR 	at com.datastax.oss.cdc.backfill.factory.BackfillFactory.newPulsarImporter(BackfillFactory.java:37)

exception in the CLI. It is enabled on the dse4-agent (so this is how it was working before) but now I'm switching to the c4 agent implementation to avoid the dependency on dse-db so external users can build

@aymkhalil aymkhalil marked this pull request as ready for review March 27, 2023 22:34
Copy link
Collaborator

@eolivelli eolivelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perfect

@eolivelli eolivelli merged commit b6a0bd1 into master Mar 29, 2023
@msmygit msmygit deleted the remove-dse-db branch April 5, 2023 17:51
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

Successfully merging this pull request may close these issues.

3 participants