Results 56 comments of SSebo

@larsfillmore Hi, I encounter the same problem. Do you find a work around solution?

@djc Can we use `bytes` crate to dynamically allocate buffer, and shrink to fit after some period? not fixed [u8] for `[MessageDeframer::buf: Box](https://github.com/rustls/rustls/blob/5e9ccd4b5b1154ac4b55316dfad178ba09957069/rustls/src/msgs/deframer.rs#L21)`

@djc I try to use `Vec` to reduce MessageDeframer mem usage, but the memory consumption and performance are worse than @larsfillmore 's implementation.

@breeswish - How to distinguish the two login mode? - Is TiKV mode password changeable?

@breeswish mentor - How to set initial password? like in some config file ? or some constant string? - What etcd path is proper to store this hashed password? the...

`tidb-dashboard user reset --username X - resets the internal account` so we still need to reset password 😆

@breeswish mentor, - Is there a related issue in PD? or I just modify it and create a PR then ask you to review ? - Where should I start...

expecting the feature of custom DNS resolver

No, `emit` still return `IllegalActionBeforeOpen` Error. Maybe we should cache the payload when reconnecting, can emit after reconnect.