shanjunmei

Results 20 comments of shanjunmei

> nothing found ,even use logtrace

The test found that if mqttbox does not select the broker to be compatible with v3, it will not be able to connect. After selecting it, it can, so emqx...

`authentication { auto_reconnect = true backend = "postgresql" database = "xxx" enable = true mechanism = "password_based" password = "xxx" password_hash_algorithm { dk_length = 16 iterations = 10000 mac_fun =...

> I tried to improve error messages in #8635. > > @shanjunmei do the clients send `username` field on connect? Looks like `clientid` and `password` are only set. i can...

表达式的计算可以使用这个BeanExpressionResolver 处理,spring kafka 源码里面扒出来的, de.smartsquare:mqtt-starter 这个我之前用的时候,确实是解析出来了正确的topic,具体细节我也不知,现在回看确实有点奇葩,我已经自己处理过了

这个是不是可以统一处理下,没有变量支持还是挺不方便的~,虽然按照你说的办法可以处理,但是感觉不够优雅,之前用 de.smartsquare:mqtt-starter 这个库,是可以的,只是它不支持 多个客户端的配置

参考截图,我确定这个是可以正常工作的哦版本就是0.14.0 它里面确实没有对topic做任何特殊处理,说明spring 默认的变量注入机制已经替换了变量

![image](https://user-images.githubusercontent.com/9591051/177453398-3c1e6540-fe62-4e2c-88f9-a8c7d960d18c.png)

我想问题在于,实现BeanPostProcessor 时候,究竟在postProcessBeforeInitialization还是postProcessAfterInitialization中处理注解的问题

这个应该是web框架层做,就算manba 提供客户端注册sdk,恐怕很多人也不愿意去用,我是自己扩展了web框架实现了注册功能