Brett McBride

Results 292 comments of Brett McBride

couple of minor points: * identity columns are a performance win against sequence+trigger (I've seen numbers suggesting 10x faster) * generated schema is a lot neater (I use doctrine as...

This will be partly implemented by #806. We'll implement for http+protobuf after https://github.com/open-telemetry/opentelemetry-collector/issues/5816 since we currently have no collector response to work with from that protocol.

gRPC and protobuf PRs have been merged, now to wait for them to be included in releases.

@Nevay happy for this to be merged?

One idea I had, that I haven't fully thought through: if we just git-split `main` into our read-only repos (or just don't tag in the monorepo), then we can instead...

Hi @erdemkose good idea, we'll get one out soon.

@stanley-cheung I think you're the right person to review this PR for me.

@stanley-cheung - confirming that both `src/php/bin/build_all_docker_images.sh` and `src/php/bin/run_all_docker_images.sh` run to completion for me with this patch.

PSR-18 mentions a `TimeoutException`, and I think it is worth implementing in guzzle - I would like to know if a request failed due to not completing within the timeout...