Skip to content

Commit

Permalink
minor fix - config missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
pdruley committed Dec 7, 2021
1 parent ff66def commit dd52e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ curl -i http://localhost:8083/connectors -H "Content-Type: application/json" -X
"tasks.max": "20",
"rockset.task.threads": "5",
"topics": "<your-kafka-topics separated by commas>",
"rockset.integration.key": "<rockset-kafka-integration-key>"
"rockset.integration.key": "<rockset-kafka-integration-key>",
"rockset.apiserver.url": "https://api.rs2.usw2.rockset.com",
"format": "json"
}
Expand Down

0 comments on commit dd52e20

Please sign in to comment.