Xin Luo
Xin Luo
Can I use ZooKeeper, Eureka for service discovery by poem native support ?
Currently If a non-existent username is currently used along with the password of the last successfully logged-in user, this non-existent user can successfully log in. This issue occurs because the...
ClientCnxn::pingRwServer uses raw socket to issue "isro" 4lw command. This results in unsuccessful handshake to tls server. Use SSLSocket when zookeeper.client.secure is set to true. associated jira issue [ZOOKEEPER-4819](https://issues.apache.org/jira/browse/ZOOKEEPER-4819)
Add reply error counter set to metrics Associated jira issue [ZOOKEEPER-4863](https://issues.apache.org/jira/browse/ZOOKEEPER-4863)
The password is currently stored in plain text in the database. For security reasons, it should be encrypted.
Currently, Nacos Sync does not have authentication capabilities, which means anyone with access to the Nacos Sync UI can perform operations on it. This poses a security risk. It is...
We have built the Docker image and pushed it to Docker Hub. Now, we can use docker run to run it. Additionally, we have configured Maven to build the Docker...