srkukarni commented on issue #2216: function status list json returns strings for counts and timestamp URL: https://github.com/apache/incubator-pulsar/issues/2216#issuecomment-407211442 We are using JsonFormat class provided in the google protobuf library to convert the an internal protobuf structure to json. According to https://developers.google.com/protocol-buffers/docs/proto3#json int64 translate to string. Is there any way you can interpret them in your client as int64?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
