Klaus Post
Klaus Post
Not sure we can actually change that without breaking existing use of the function.
Yeah. Would be nice for it to be symmetric, but we can expect code to rely on the full header key to be out there, so a separate field would...
@dmathieu I am really mostly interested in straight up forwarding, and having an HTTP (and possibly GRPC) client that knows how to deal with responses, retries, etc that is expected...
For additional context: I am adding functionality to [minio](https://github.com/minio/minio). Other than uploading directly to OTLP servers we also want to support functionality where the servers are airgapped or the user...
@MrAlias Even if it is on an unexported type, I would be able to check it against an interface: ``` type RawUploader { UploadTracesRaw(context.Context, []byte) error } ``` I personally...
@pellared @dmathieu I honestly don't know enough about your nice packages to add a proposal that would be reasonably consistent with the rest of your API. I mainly looked for...
LGTM from a code perspective. Adding a few people that can review from a security perspective.
*Before* the update??? I have no idea where to start or end with this one. I can only see this being fixed by someone that can actually repro it.
@eco-minio - but DELETE is deleting objects...??? If you are using `--list-existing` and there are none left, there isn't much more it can do?
@eco-minio Ah... ok.. Yeah, that should be actionable. I will check tomorrow.