apache / rocketmq-client-cpp

Apache RocketMQ cpp client
https://rocketmq.apache.org/
Apache License 2.0
364 stars 158 forks source link

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

Closed lifepuzzlefun closed 1 year ago

lifepuzzlefun commented 2 years ago

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