Making searches inside a message file

2009-06-20 Thread green
I am interested in using protocol buffers for the following scenario: I have a large number of small data points I need to serialize to a file. Once this serialization process is complete, the data will be strictly read only, accessed by multiple threads, until I need to create a new version of

Re: RPC Design Structure

2008-11-19 Thread Shane Green
Thanks for the breakdown, that's very helpful. I had some trouble finding details about how the PB RPC terminology mapped to what I'm familiar with. It sounds like the system in question has a single public service with delegates calls to back-end services, distributed across machines available

[Fwd: Re: Streaming]

2008-12-05 Thread Shane Green
, and completely compatible with all existing code. But there is a very real chance I've overlooked something... - Shane Forwarded Message From: Jon Skeet [EMAIL PROTECTED] To: Shane Green [EMAIL PROTECTED] Subject: Re: Streaming Date: Fri, 5 Dec 2008 08:19:41 + 2008/12/5

[protobuf] OpenTelemetry JSON Protobuf deviations

2023-09-07 Thread 'John Green' via Protocol Buffers
Hi all! OpenTelemetry documents some deviations regarding mapping protobuf/json. See here: https://opentelemetry.io/docs/specs/otlp/#json-protobuf-encoding Is there a way to implement those deviations with the java SDK? Thanks for your help! -- You received this message because you are

Re: [protobuf] OpenTelemetry JSON Protobuf deviations

2023-09-08 Thread 'John Green' via Protocol Buffers
> > Is the Java implementation of JSON Format for protobuf not working for you? > > https://github.com/protocolbuffers/protobuf/blob/main/java/util/src/main/java/com/google/protobuf/util/JsonFormat.java > > > On Thu, Sep 7, 2023 at 9:16 AM 'John Green' via Protocol Buffers < >