apache / dubbo

The java implementation of Apache Dubbo. An RPC and microservice framework.
https://dubbo.apache.org/
Apache License 2.0
40.48k stars 26.43k forks source link

dubbo是否允许在运行期,由客户端动态选择序列化方式?例如,A, B同时调用同一个provider的同一个方法,A选择用fastjson序列化,B选择用hessian2序列化 #5287

Closed bedlimate closed 4 years ago

bedlimate commented 4 years ago

Environment

Steps to reproduce this issue

  1. xxx
  2. xxx
  3. xxx

Pls. provide [GitHub address] to reproduce this issue.

Expected Result

What do you expected from the above steps?

Actual Result

What actually happens?

If there is an exception, please attach the exception trace:

Just put your stack trace here!
chickenlj commented 4 years ago

当前版本并不支持这么做,理论上通过双方协商能够做到,但是我们并不打算提供这种支持