Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jklegar authored Jul 23, 2019
1 parent 6c71b1e commit d1a0489
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Kafka Connect for [Rockset](https://rockset.com/) is a [Kafka Connect Sink](http
If you have Avro files in your stream, you can use the AvroConverter that Kafka connect provides. You will also want to set the schema registry url of the converter to a comma-separated list of URLs for Schema Registry instances, which will typically be on port 8081. For more information, see the [Confluent Documentation.](https://docs.confluent.io/current/schema-registry/connect.html)

| Name | Value |
|-------- | ---------------------------- |
| key.converter | io.confluent.connect.avro.AvroConverter |
| key.converter.schema.registry.url | `<list-of-schema-registry-instances>` |
| value.converter | io.confluent.connect.avro.AvroConverter |
Expand Down

0 comments on commit d1a0489

Please sign in to comment.