We should first identify whether the user has configured it and then set it up, otherwise the user will not be able to choose another serialization protocol. #9098
leizhiyuan
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/apache/rocketmq/blob/develop/example/src/main/java/org/apache/rocketmq/example/benchmark/Consumer.java#L54
We should first identify whether the user has configured it and then set it up, otherwise the user will not be able to choose another serialization protocol.
Also, for POP, there will be problems with using RocketMQ serialization here, because the requestcode will be converted from int to short, resulting in
Beta Was this translation helpful? Give feedback.
All reactions