Open linalinn opened 5 years ago
I don't understand the DeepSource error. Can someone please help me with that?
So I fixed the DeeSource Problems. But i can't add a test for Zookeeper with tls because i don't understand how the test is configuring the Zookeeper for a test. And isn't WithDialer() makred as depracated? so implementing TLS over WithDialer() would be wrong or not?
Hello, I have a problem with fixing this DeepSource fail. I have tried it with adjusting the code like DeepSource suggested it. Any suggestions how to solve this problem?
Hello, I added the function ConnectTLS to enable go-zookeeper to connect to TLS protected zookeepers. Also I did refactor the Connect func to prevent code redundancy.