望哥
望哥
there are lot of code that need to consider what kind of the connection, tcp or udp or ws, which let the code logic complex. So suggest to separate udp/tcp/ws...
**功能适用的场景?** 该功能适用于函数计算只需获取一次配置的场景 **你需要的功能是否有关联问题?** 函数计算环境,只需启动的时候获取一次配置。 **你期望的解决方案是?** 我期望改造后,实现: - 客户端无需建立长连接,无需启动goroutine监听配置刷新
see https://github.com/alibaba/fastjson/releases/tag/1.2.79
hi, does log suck support the following features? - index all files under a directory and sub-directories - listen new file create event and auto index the new file
will u consider to add redis cluster support?
**What this PR does**: The implementation of [dubbo2 rpc protocol](https://dubbo.apache.org/zh/docs/concepts/rpc-protocol/#dubbo2) in dubbo-go-hessian2 project is deprecated for a long time. The dubbo team has already maintained the [implementation](https://github.com/apache/dubbo-go/tree/master/protocol/dubbo/hessian2) in dubbo-go project...
``` com.jcabi jcabi-maven-plugin 1.0-SNAPSHOT ajc ``` Eclipse has error: Plugin execution not covered by lifecycle configuration: com.jcabi:jcabi-maven-plugin:1.0-SNAPSHOT:ajc (execution: default, phase: process-classes)
for type `List` , the decoded type will be `List`, which will cause jackson can't serialize the object, and get the error `java.util.ArrayList cannot be cast to [Ljava.lang.Object;` the following...