We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07faba2 commit dd82cb3Copy full SHA for dd82cb3
README.md
@@ -945,6 +945,8 @@ This configures the store to look up CA certificates from the system default cer
945
946
In order to authenticate the client to the cluster, you need to pass in a certificate and key created for the client and trusted by the brokers.
947
948
+**NOTE**: Passing `verify_hostname: false` to disable hostname validation may be necessary if your `ssl_client_cert` is a combined certificate.
949
+
950
```ruby
951
kafka = Kafka.new(
952
["kafka1:9092"],
0 commit comments