shalk(xiao kun)

Results 12 comments of shalk(xiao kun)

Add unit tests for module nacos-client repeat twice. I think i can add some ut for nacos-client , so i create https://github.com/alibaba/nacos/issues/5011

how about support Hamcrest

``` apiVersion: v1 kind: Secret metadata: name: kiali namespace: istio-system labels: app: kiali release: istio type: Opaque data: username: YWRtaW4= # admin passphrase: YWRtaW4= # admin ```

I meet the problem , after read latest source code, I thought the bug have fixed in dev version. ``` ls -l /sys/class/hwmon total 0 lrwxrwxrwx 1 root root 0...

i think this pr can be reopen. in somecase connection timeout is different from socketTimeout.

@ikhoon basicly i have done for these. It works for `mvn compile` and `mvn test`. I am not familar with groovy, so i write a project(https://github.com/shalk/armeria-tom4j) to generate these pom....

I just close the pr work in other repo

I am nacos contributor and i can give some advice or some help. For Nacos, it provide nacos-client. Nacos client version 1.x is based on http. from[ version 2.x nacos...

> As Armeria provides various transport layers, we prefer to use our stack to support certain protocols. It make sense. > It sounds like gRPC is a better choice. I...

> 另外 问一下改成junit5之后, 使用方法必须改成现在这样吗? When i use some plugins to massive refactor, it remove prefix `test` from test method automatic. Because this is best pratise. the reason can ref [this](...