Eric Hauser
Eric Hauser
As an alternative, you can use OkHttp with Feign and use https://github.com/openzipkin/brave/tree/master/brave-okhttp
It's generally annoying that JDBC has failed to expose any hooks for observability unlike database runtimes in other languages. I tried a number of datasource proxies when I wrote the...
Well, it was originally called `brave-jdbc` which was pretty descriptive but a certain someone made me change it =)
If the main problem to to solve on naming is discoverability, I'd probably opt for `brave-instrumentation-jdbc-library`. Although more verbose, it has the nice qualities of being discoverable and not picking...
@skabbes Did you open another issue for sqlc to support the `row` constructor? This functionality is useful even if embed does not support it.
This is a duplicate of: https://github.com/bazel-contrib/bazel-mypy-integration/issues/48
Have you actually tried to compile and build with pants? It's exponentially faster than a Maven build would be with 120 projects in a multi-project build. Stop complaining because you...
Linking to this gist in case anyone comes across this issue: https://gist.github.com/wonderbeyond/d38cd85243befe863cdde54b84505784 This works for me.
There is a difference between `rules_proto` and `gazelle` here. Gazelle is only checking to see if this list is up to date and `rules_proto` seems to be trying to generate...
I was able to get this fixed for us by commented out L62-77 in a patch. Possible theory here is that updating this file while building causes a corruption and...