v1.1.1
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 ```