You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/06/30 02:21:35 UTC

[GitHub] [pulsar] horizonzy commented on a diff in pull request #16282: [improve][doc] Update the json config file for cassandra sink connector

horizonzy commented on code in PR #16282:
URL: https://github.com/apache/pulsar/pull/16282#discussion_r910548089


##########
site2/docs/io-quickstart.md:
##########
@@ -212,16 +212,26 @@ You can create a configuration file through one of the following methods.
 
   ```json
   
-  {
-      "roots": "localhost:9042",
-      "keyspace": "pulsar_test_keyspace",
-      "columnFamily": "pulsar_test_table",
-      "keyname": "key",
-      "columnName": "col"
+  {   
+      "configs": 

Review Comment:
   Is the configs is a array? If so, should add `[]`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org