Skip to content

Commit

Permalink
Merge pull request #4 from pdruley/pdruley/minor-config-comma
Browse files Browse the repository at this point in the history
minor fix - config missing comma in readme
  • Loading branch information
dhruba authored Dec 8, 2021
2 parents ff66def + dd52e20 commit ed2290a
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 ed2290a

Please sign in to comment.