Ken Liu

Results 221 comments of Ken Liu

2.6.x has been announced as EOF. Please file another pr to 2.7.x or 3.1.x and fix the issues mentioned in the comments.

这里的问题和 Dubbo 关联点是什么,有什么修改建议么?

> 原因就是 `ConstraintViolationImpl` 会发生序列化问题。我想到的解决办法 > > 1. 消费者端引入 ValidationFilter 和 Validation 进行前置校验,非法请求直接在消费者端就拦截掉 (不需要开发 只需要消费者端引入就可以) > 2. 官方在 Validation 校验发生异常的时候 提供一个可由用户自定义扩展的异常信息包装的处理 > ![image](https://user-images.githubusercontent.com/32605119/184399382-d3a6eb97-0676-4a9e-8569-134b5cc91d95.png) > 如图 可以调用扩展 (通过静态类配置 或者 是spi扩展)对异常信息进行包装,框架提供默认扩展为 ` new...

It is indeed an issue that need to be fixed ```java public void writeAttachments(Map attachments) throws IOException { if (attachments == null) { return; } Map stringAttachments = new HashMap();...

We will release a new version of `dubbo-serialization-protobuf` corresponding with 3.0.x by the way.

Patch https://github.com/apache/dubbo-spi-extensions/pull/136 is only limited to certain types: ```java static { marshaller(String.class, new StringMarshaller()); marshaller(Integer.class, new IntegerMarshaller()); marshaller(Long.class, new LongMarshaller()); marshaller(Boolean.class, new BooleanMarshaller()); marshaller(Float.class, new FloatMarshaller()); marshaller(Double.class, new DoubleMarshaller()); marshallers.put(NULL_CLASS_NAME,...

There are pretty some choices [APISIX](https://dubbo.apache.org/zh/blog/2022/01/18/%E4%BB%8E%E5%8E%9F%E7%90%86%E5%88%B0%E6%93%8D%E4%BD%9C%E8%AE%A9%E4%BD%A0%E5%9C%A8-apache-apisix-%E4%B8%AD%E4%BB%A3%E7%90%86-dubbo-%E6%9C%8D%E5%8A%A1%E6%9B%B4%E4%BE%BF%E6%8D%B7/). [ShenYu](https://dubbo.apache.org/zh/blog/2022/05/04/%E5%A6%82%E4%BD%95%E9%80%9A%E8%BF%87-apache-shenyu-%E7%BD%91%E5%85%B3%E4%BB%A3%E7%90%86-dubbo-%E6%9C%8D%E5%8A%A1/) and [Pixiu](https://dubbo.apache.org/zh/docs3-v2/dubbo-go-pixiu/user/quickstart/)