Replies: 1 comment
|
@itctgr Without steps to reproduce your problem, it's hard to help. There's a Cassandra sink example here: https://pulsar.apache.org/contribute/validate-release-candidate/#validate-connectors . That's something that is currently done for every Pulsar release, so those steps are up-to-date. There's an earlier step in https://pulsar.apache.org/contribute/validate-release-candidate/#download-and-verify-the-binary-distributions to download the nar file and place it in the connectors directory. |
0 replies
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.
Hi,
There is a problem with creating Source connector for Apache Cassandra. Error:
bin/pulsar-admin sources create --source-config-file conf/cassandra-source-config.yaml
Failed to extract the source class from the archive
Reason: failed to extract source class from archive
Can anyone help?
All reactions