question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Kafka Connect Sink Cassandra contact points config

See original GitHub issue

I’m using Cassandra Sink Connector to extract data from a topic, my problem is that I’m trying to set three distinct contact points in my properties file like:

connect.cassandra.contact.points=cassNode1,cassNode2,cassNode3....

but the Kafka Connect doesn’t recognize this property. What is the correct form to set this property? Its implemented in the Connector?

Thanks so much!

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5

github_iconTop GitHub Comments

2reactions
Antwniscommented, Jan 27, 2017

Hi @Pedroz14 , you can also grab the latest release (v0.2.4) that includes the above fix from https://github.com/datamountaineer/stream-reactor/releases/

0reactions
Pedroz14commented, Jan 30, 2017

thanks so much for solve this issue!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cassandra Sink Connector Configuration Properties
The local datacenter of the Cassandra contact points. Run the following CQL against a contact point to find it: SELECT data_center FROM system.local;...
Read more >
Kafka to Cassandra | Open source sink kafka connector
A Kafka Connect sink connector for writing records from Kafka to Cassandra. ... connect.cassandra.key.space=demo connect.cassandra.contact.points=cassandra.
Read more >
Kafka Connect Sink Cassandra contact points config #124
I'm using Cassandra Sink Connector to extract data from a topic, my problem is that I'm trying to set three distinct contact points...
Read more >
Apache Cassandra Connector - Instaclustr
The Bundled Cassandra Connector included in Kafka Connect is an open source connector developed by lenses.io with an Apache 2.0 license.
Read more >
Getting started with Kafka Cassandra Connector - Digitalis.io
Kafka topic to Cassandra table mapping ... The DataStax connector gives you several option on how to configure it to map data on...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found