zhangyongding

Results 22 comments of zhangyongding

There is no way to use custom tls config

Thank you. Looking forward to your solution

PipelineClient and HostClient cannot use custom TLS Dial. When a custom Dial is used, the TLS handshake is not checked. expample code: ``` func dialAddr(addr string, dial DialFunc, dialDualStack, isTLS...

Could you consider using go.etcd.io/bbolt instead? https://github.com/etcd-io/bbolt

+1 this would be extremely useful feature.

Now that it may be difficult to implement a complete cdc, could you consider implementing a simple cdc that supports querying from index to the latest raft logs based on...

I want the application to capture changes in the database data in real time, and it would be best if a full CDC could be implemented. However, if you can...