Sole Kubi

Results 3 issues of Sole Kubi

测试的时候发现: 1、连接时,可以跑到auth,这部分正常 2、无法跑到super_req这个,请问这个接口是何时才会被调用? 3、使用MQTTX工具进行发布订阅时,都无法跑进acl接口,是否需求其他配置 ![image](https://github.com/nanomq/nanomq/assets/15035534/99dce60a-e3e2-48f6-a9d9-f8b2d97e9269) ![image](https://github.com/nanomq/nanomq/assets/15035534/298358e6-a073-4fea-8e71-e88787b6c0f3) ![image](https://github.com/nanomq/nanomq/assets/15035534/5ec18e9e-69bb-42a7-8364-75f0065879ab) 具体的日志:[nanomq.log](https://github.com/nanomq/nanomq/files/14048602/nanomq.log) nanomq版本: 用的docker镜像:emqx/nanomq:latest ![image](https://github.com/nanomq/nanomq/assets/15035534/2673632a-3f9a-4a29-b779-5b8946a4753f)

enhancement
feature

## Docker Image Version:emqx/emqx:5.0.9 * 1、无法在OnClientAuthenticate这个钩子中自定义错误信息并返回给客户端,例如密码错误等相关的提示信息。 ```go func (s *ExhookServer) OnClientAuthenticate(ctx context.Context, in *pb.ClientAuthenticateRequest) (*pb.ValuedResponse, error) { info := in.GetClientinfo() s.Logger.Infof("username: %s,password: %s,clientID: %s", info.GetUsername(), info.GetPassword(), info.GetClientid()) if info.GetUsername() ==...

### What happened? 1. 25 clients, each sending 1000 messages/second, total about 25000 messages/second. ![image](https://github.com/user-attachments/assets/6cb78685-dcf3-4498-ba51-6316f52f893f) 2. After enabling Exhook, the rate drops by about half, but Exhook isn't doing anything...

Enhancement