Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 ```
- Loading branch information