Skip to content

Commit 62e7bc8

Browse files
authored
Merge pull request #89128 from SnehaGunda/master
Adding connection URL details to Striim docs
2 parents 23bf58d + 0859144 commit 62e7bc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/cosmos-db/cosmosdb-cassandra-api-migrate-data-striim.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ In this section, you will configure the Azure Cosmos DB Cassandra API account as
156156

157157
* **Adapter** - Use **DatabaseWriter**. When writing to Azure Cosmos DB Cassandra API, DatabaseWriter is required. The Cassandra driver 3.6.0 is bundled with Striim. If the DatabaseWriter exceeds the number of RUs provisioned on your Azure Cosmos container, the application will crash.
158158

159+
* **Connection URL** - Specify your Azure Cosmos DB JDBC connection URL. The URL is in the format `jdbc:cassandra://<contactpoint>:10350/<databaseName>?SSL=true`
160+
159161
* **Username** - Specify your Azure Cosmos account name.
160162

161163
* **Password** - Specify the primary key of your Azure Cosmos account.

0 commit comments

Comments
 (0)