-
java.lang.IllegalStateException: org.apache.dubbo.springboot.demo.DemoService
at org.apache.dubbo.config.ReferenceConfig.checkAndUpdateSubConfigs(ReferenceConfig.java:743)
at org.apache.dubbo.conf…
-
**Kibana version:** 8.5 BC3 Kibana self-managed environment
**License:** Platinum
**Host OS:** Windows
**Build details:**
VERSION: 8.5 BC3 Kibana self-managed environment
BUILD: 56952
COMM…
-
https://fuzhengwei.github.io/itstack-demo-netty-2/2019/08/19/netty%E6%A1%88%E4%BE%8B-netty4.1%E4%B8%AD%E7%BA%A7%E6%8B%93%E5%B1%95%E7%AF%87%E5%9B%9B-Netty%E4%BC%A0%E8%BE%93%E6%96%87%E4%BB%B6-%E5%88%86%…
-
pom.xml
`
com.alibaba.cloud
spring-cloud-starter-alibaba-nacos-config
com.alibaba.cloud
spring-cloud-starter-alibaba-nacos-disc…
-
Simple socks5 proxy using vertx 3.2.1.
It always receive only part of the response and then blocked until timeout.
And it had no problems when I used socks codec with netty4.1.
``` java
public class …
-
### Pre-check
- [X] I am sure that all the content I provide is in English.
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and f…
-
官网kryo序列化配置链接:https://dubbo.apache.org/zh-cn/overview/what/ecosystem/serialization/kryo/
环境:
jdk:19
dubbo:3.2.0-beta.5
spring boot:3.0.4
在consumer添加了对应依赖后,并设置了dubbo.protocol.serialization=kry…
-
**Chart version:**
8.5.1
**Kubernetes version:**
NA
**Kubernetes provider:** E.g. GKE (Google Kubernetes Engine)
NA
**Helm Version:**
NA
**`helm get release` output**
NA
**Describe…
-
We tried use subscribe command with auth in redis and got this error: `NOAUTH Authentication required`.
### Expected behavior
Should work subscribe without errors in finagle-redis with auth
…
-
用/_nlpcn/sql接口查询附带子查询的sql后,后续的部分查询会超时。
es版本:7.13.4
jdk版本:1.8.0_201
sql示例:
SELECT count(*) FROM a_index where someCode in (SELECT code FROM b_index where someType ='ttt')
查询sql后,jstack可以看到一个…