-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Carrier type for binary format #7
Comments
No I have not. I postponed all about the binary carrier. How are you supposed to use it? Using a stream makes sense if the client are streaming something from the first place, but I don't see that use case. Usually the client starts where everything is already serialized. |
In that case I would like to remove the "BINARY"-carrier code from the library for now to not block a 0.9.0 release. We'll look into this later. Is this ok for everyone? |
I removed the binary format for now. We'll put it back once we know the correct type. |
My two cents as a potential contributor: if the buffer can't be known in advance for Else, if a base |
Yeah |
@ndrwrbgs Also, we had to remove (for now) the new implementation of I'd personally leave it out for now, and wait for the Java one to be (eventually) done and then ported here (even if deviated, by that time). |
@carlosalberto it sounds like most of the questions in that issue are actually address by using That said, I'm not tied to this as my own tracing efforts haven't gotten to wire formats yet :) But I do think this is one of those cases where we can potentially go faster than java because our path is well defined by the ecosystem in regards to how to handle streaming (or buffered) data. |
Alright, then let's leave the binary format out for now. It's better to add it once we have a clear understanding of how it should be used. I've seen that @ndrwrbgs has already removed it from his PR. I'll also update the release plan. |
@ndrwrbgs not quite - some of us are worried exposing an actual, full |
I'd like us to get around to adding this; I've created #116 that defines the binary format as a |
comment from @yurishkuro :
I haven't looked into this yet so this is still open. @dawallin do you have any experience with that?
The text was updated successfully, but these errors were encountered: