1

I am using Kafka Connect Cassandra to read from Kafka topic and insert to Cassandra, is this compatible with Cosmos Cassandra?

Artanis
  • 561
  • 1
  • 7
  • 26

1 Answers1

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