Skip to content

Commit

Permalink
Merge pull request #151 from ably/expand-confluent-options
Browse files Browse the repository at this point in the history
Include converters + schema disable by default in docs for Confluent
  • Loading branch information
AndyTWF authored Jul 26, 2023
2 parents 752d748 + c8f7e7e commit 5f6c156
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@ It is possible to use the connector as a plugin on Confluent Cloud as a [Custom
"client.id": "Ably-Kafka-Connector",
"channel": "#{topic}",
"message.name": "#{topic}_message",
"client.key": "<YOUR_ABLY_API_KEY>"
"client.key": "<YOUR_ABLY_API_KEY>",
"key.converter": "org.apache.kafka.connect.converters.ByteArrayConverter",
"value.converter": "org.apache.kafka.connect.converters.ByteArrayConverter",
"value.converter.schemas.enable": "false"
}
```
7. When asked for an endpoint, enter `rest.ably.io:443:TCP`
Expand Down

0 comments on commit 5f6c156

Please sign in to comment.