zkname
zkname
现在mp 和 xxl-rpc 1.7.0 一起用不了
不确定是哪里多线程同时操作了? 是不是需要selectionKey.isValid() 先判断一下? ```java java.nio.channels.CancelledKeyException at sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:73) at sun.nio.ch.SelectionKeyImpl.interestOps(SelectionKeyImpl.java:77) at org.smartboot.socket.enhance.EnhanceAsynchronousChannelGroup.removeOps(EnhanceAsynchronousChannelGroup.java:122) at org.smartboot.socket.enhance.EnhanceAsynchronousServerChannel.doRead(EnhanceAsynchronousServerChannel.java:273) at org.smartboot.socket.enhance.EnhanceAsynchronousChannelGroup.lambda$new$0(EnhanceAsynchronousChannelGroup.java:76) at org.smartboot.socket.enhance.EnhanceAsynchronousChannelGroup$Worker.run(EnhanceAsynchronousChannelGroup.java:219) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) ```
增加消息体长度限制的配置项
我们这边业务超过了4000大小。 还有都没提示,还好我看了源码不然消息都不知道那里去了。能不能做成配置项,log打印警告。 ```java /** * produce message * * @param messageData * @return */ public boolean produceSend(MessageData messageData) { // valid if (messageData == null || StringTool.isBlank(messageData.getTopic())) { return false;...

能不能在发布的时候把发布名称打tag的形式到git上呢,这样子就很方便了。