Re: [protobuf] Performance of JsonFormat.printer() for converting proto to json.

2018-06-25 Thread Jiten Gupta
Hi Feng Thanks for quick reply. Is there any alternative to parse proto to JSON which performance is a concern. Regards Jiten On Mon, Jun 25, 2018 at 10:51 PM, Feng Xiao wrote: > > > On Mon, Jun 25, 2018 at 10:02 AM Jiten Gupta > wrote: > >> Hi, >> >> I am using google proto and we need to

Re: [protobuf] Performance of JsonFormat.printer() for converting proto to json.

2018-06-25 Thread 'Feng Xiao' via Protocol Buffers
On Mon, Jun 25, 2018 at 10:02 AM Jiten Gupta wrote: > Hi, > > I am using google proto and we need to convert proto payload to JSON to > be sent out for monitoring and logging purpose. Size of the payload is > around 10KB. We are using JsonFormat.printer().print for proto to json > conversion.