Anas H. Sulaiman

Results 5 issues of Anas H. Sulaiman

This commit https://github.com/lovoo/goka/commit/efeaf69a500dc79b3adeecf8312a3de77b14f272 introduced a breaking change by actively avoiding creating new topics, regardless of the broker configurations. It breaks integration tests which rely on creating topics automatically. Without it,...

## Summary Speed up `mock.findExpectedCall` by skipping argument diffing if not necessary ## Changes Modified the function to skip over used up expected calls. Everything else remains the same from...

pkg-mock
internal/optimization

The errors package was deprecated in 2021 https://github.com/pkg/errors I converted wrapped errors to the standard method assuming the stack trace was not intended to be included in these calls. I...

`go.mod` and `WORKSPACE` are not synced on dependencies. Dependabot usually posts PR to update a dependency, e.g. https://github.com/bazelbuild/remote-apis-sdks/pull/512 which leaves `WORKSPACE` behind.

We observed increased latencies in builds that use the round-robin balancer. It is possible that the load is not uniformly spread across the pool, particularly around streams. This could cause...