rocketmq-client-cpp icon indicating copy to clipboard operation
rocketmq-client-cpp copied to clipboard

SubscriptionData subversion field serialize in json should be long, not string.

Open lifepuzzlefun opened this issue 3 years ago • 0 comments

see https://github.com/apache/rocketmq-client-cpp/blob/6523dcc3b309a1065375e40657f68f66bfeca38d/src/consumer/SubscriptionData.cpp#L107-L113

the serialize string in rockemq broker is long. i think this should keep the same as broker implementation

lifepuzzlefun avatar Feb 22 '22 06:02 lifepuzzlefun