apache / kvrocks-controller

Apache Kvrocks Controller is a cluster management tool for Apache Kvrocks.
https://kvrocks.apache.org/
Apache License 2.0
78 stars 42 forks source link

Add the random string when generating the session id #172

Closed git-hulk closed 2 months ago

git-hulk commented 2 months ago

This closes #157

Currently, we're using the listening address as the session ID, and it will cause conflicts if they use 0.0.0.0 as its listening address.