Skip to content

v1.1.1

Compare
Choose a tag to compare
@yolken-segment yolken-segment released this 28 Oct 18:50
· 88 commits to master since this release
4cf7238
Fix missing CertPath in TLSConfig in cluster.go (#49)

It looks like `CertPath` has been omitted from the TLS configuration when creating a broker connection.

When using client authentication with `topicctl bootstrap`, this is resulting in the following error:

```
./topicctl --cluster-config=kafka.yml bootstrap
...
ERROR local error: tls: unexpected message
```