-
Notifications
You must be signed in to change notification settings - Fork 370
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
Different Google guava versions #262
Comments
We have a release for 3.3 pending, Confluent 3.3 adds classloader isolation, try setting the |
I don't get a point. I start confluent kafka connect using docker compose
Also i already build your master using ./gradlew. Thanks, |
Kafka Connect in Kafka 0.11 has classloader isolation to resolve these issues. Set CONNECT_PLUGINS_DIR to this volume. |
@andrewstevenson Finally, i managed it.
|
May we ask your use case? |
Yes, sure. I have wrote own source connectors for some blockchains system. After that i need Cassandra sink connector to drop some information from kafka topics(raw blocks, some analytics and etc). Here you can find our repo, all our development is open. |
Nice, we have a connector for BlockChain.info, and it's kotlin, one of our developers @stheppi likes kotlin, he even wrote a book https://www.amazon.com/Programming-Kotlin-Stephen-Samuel/dp/1787126366 If you interested in a joint blog let us know. Send me a mail at andrew@datamountaineer.com or join our slack https://slackpass.io/datamountaineers |
also checkout http://kafka-lenses.io/# |
Also we are happy with PRs - if you feel like bringing the etherium connector to this Apache 2.0 project - as we also make sure we do integrations tests and package everything and making it available to kafka-lenses and https://github.com/Landoop/fast-data-dev |
Thanks for your project. |
Also, I suggest you to rename blockchain connector to more specific like 'blockchain_bitcoin_blockchaininfo'. Template is blockchain_<blockchains_network>_<data_source>. |
Thanks i've filled in #263 in order to rename connector into appropriate template |
I want to use your kafka cassandra connector with docker confluentinc/cp-kafka-connect:3.3.0 image.
When i run this image without your connector, its started successfully.
If i add it to classpath kafka-connect-cassandra-0.3.0-3.3.0-all.jar it throws error.
I completely deleted guava from this jar, repack it and provide to kafka connect. Than it starts ok, but
if i start you tasks it fails with error:
The text was updated successfully, but these errors were encountered: