I am using Kafka Connect Cassandra to read from Kafka topic and insert to Cassandra, is this compatible with Cosmos Cassandra?
Asked
Active
Viewed 116 times
1 Answers
1
Please view Stream Reactor which is mentioned in this link.
Connect to Cosmos DB Cassandra api:
cqlsh <Cassandra end point provided by Cosmos DB> <Cassandra port provided by Cosmos DB> --connect-timeout=600 --request-timeout=600 -u <COSMOS DB ACCOUNT NAME> -p <COSMOS DB ACCOUNT PASSWORD>

Jay Gong
- 23,163
- 2
- 27
- 32