I am using Kafka Connect Cassandra to read from Kafka topic and insert to Cassandra, is this compatible with Cosmos Cassandra?
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>