Gabriel Giussi

Results 18 comments of Gabriel Giussi

I hate to interrupt this great discussion but I can't quite understand the problems that @maciekciolek enumerates and the pattern that @krasserm proposes to solve them. > Recovery persistenceId from...

@maciekciolek Thanks, it's much clearer now. Keep up the good work!

This still fails for me even doing a checkout of 2e9cd5676987a80d4f758dda39d15de4ff83bd96 and running `pip install .`.

> Perhaps it also does some classloading shenanigans Yes, when it parses the expression `(.build (OtlpGrpcMetricExporter/builder))` it asks for the methods of the class to find if there is any...

> we could do something like change OtlpGrpcMetricExporter.builder(ManagedChannel) to accept an Object instead of ManagedChannel. But the internals will still eventually need to cast to ManagedChannel, which might still trigger...

@jack-berg > even if that worked for closure, it would have to wait until a 2.x.x version since it's not an allowable change under our backwards compatibility guarantees In that...

> We rely on a combination of compileOnly dependencies and java's class loading semantics to drive behavior which is conditional on the classpath. Since we are using opentelemetry-java in an...

> Join path with baseurl using a / where necessary This is to avoid having to pass `{:path "/path"}` ?

> Allow to specify the Content-Type and Authorization request headers manually Do you have a use case for this already?