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/29 10:43:19 UTC

[GitHub] [pulsar] raoufchebri opened a new pull request, #16282: [improve][doc] update the JSON config file for cassandra sink connector

raoufchebri opened a new pull request, #16282:
URL: https://github.com/apache/pulsar/pull/16282

   The JSON config file was not working on Cassandra as a sink-connector.
   The updated one does.
   
   I also added commands to add the config file via the command line for readers using the Pulsar docker image.


-- 
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


[GitHub] [pulsar] raoufchebri closed pull request #16282: [improve][doc] Update the json config file for cassandra sink connector

Posted by GitBox <gi...@apache.org>.
raoufchebri closed pull request #16282: [improve][doc] Update the json config file for cassandra sink connector
URL: https://github.com/apache/pulsar/pull/16282


-- 
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


[GitHub] [pulsar] github-actions[bot] commented on pull request #16282: [improve][doc] Update the json config file for cassandra sink connector

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #16282:
URL: https://github.com/apache/pulsar/pull/16282#issuecomment-1169828086

   @raoufchebri Please provide a correct documentation label for your PR.
   Instructions see [Pulsar Documentation Label Guide](https://docs.google.com/document/d/1Qw7LHQdXWBW9t2-r-A7QdFDBwmZh6ytB4guwMoXHqc0).


-- 
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


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

Posted by GitBox <gi...@apache.org>.
Anonymitaet commented on PR #16282:
URL: https://github.com/apache/pulsar/pull/16282#issuecomment-1170658853

   @horizonzy 
   Could you please review this PR from the technical perspective? 
   If it is technically correct, then technical writers can review it from the technical writing perspective.
   Thank you! 😊


-- 
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


[GitHub] [pulsar] github-actions[bot] commented on pull request #16282: [improve][doc] Update the json config file for cassandra sink connector

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #16282:
URL: https://github.com/apache/pulsar/pull/16282#issuecomment-1200332342

   The pr had no activity for 30 days, mark with Stale label.


-- 
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


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

Posted by GitBox <gi...@apache.org>.
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