zgaze opened a new issue, #2236:
URL: https://github.com/apache/brpc/issues/2236
**Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)**
PartitionChannel和DynamicPartitionChannel支持thrift。
我使用上面两种channle,但是会报错:ThriftFramedMessage does not support MergeFrom,
1、然后我根据文档准备重写ResponseMerger的Merge接口,但是发现只提供了protobuf版本的接口。
2、DynamicPartitionChannel的AddChannel并没有加载用户实现的ResponseMerger,只有PartitionChannel实现了。
**Describe the solution you'd like (描述你期望的解决方法)**
PartitionChannel和DynamicPartitionChannel支持thrift。
**Describe alternatives you've considered (描述你想到的折衷方案)**
提供接口允许自定义ResponseMerger,并且在DynamicPartitionChannel生效。
**Additional context/screenshots (更多上下文/截图)**
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]