clytze
clytze
## Question Is there any ways to configure distributed transaction rules when I install a proxy cluster by helm chart? ## My trials I tried to add config to the...
如题,想使用kryo来进行序列化,应该如何配置?
使用demo推荐的配置,已经成功跑起来了 但是尝试把spring.dubbo.registry.address改成redis://localhost:6379时报错 已经测试redis是可以连接的,没有密码 报错如下: `org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'demoServiceImpl' defined in file [D:\workspace\git\dubbo-demo\service\target\classes\service\impl\DemoServiceImpl.class]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericObjectPool$Config at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:564) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)...
Hi, I have a question about the design concern about the conn.WriteAny function. If I use the conn.WriteInt and pass a int parameter to it, it will write a integer...