Kafka Connect Sink Cassandra contact points config
See original GitHub issueI’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:
- Created 7 years ago
- Comments:5
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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/
thanks so much for solve this issue!