Marcus Rosti

Results 15 comments of Marcus Rosti

@jrudolph I think this is ready for another pass

@johanandren thanks so much for the review!

@johanandren hey I don't think I'll be updating this further as I won't be able to get any benefit from it in my code base. We can no longer upgrade...

@mcculls what context would I have to add from the calling threard to actorsystem/materializer to keep the trace?

So akka-grpc is supported, the issue is that akka-http streaming pools like [Http().superPool()](https://doc.akka.io/docs/akka-http/current/client-side/request-level.html#flow-based-variant) isn't which is essentially how akka-grpc streaming is implemented. you should see all of your unary (non...

re: https://github.com/DataDog/dd-trace-java/issues/2502

it was pretty simple to recreate, just try implementing the class in scala ```scala class MySpike extends IAerospikeClient { ... other methods def get(eventLoop: com.aerospike.client.async.EventLoop, listener: com.aerospike.client.listener.RecordArrayListener, policy: com.aerospike.client.policy.BatchPolicy, keys:...

right, you'd extend or implement an interface, not the class itself

right, I want to implement a subset of the methods to simulate in unit tests

Oh and the call I'm making is: ``` $ grpc_cli ls localhost:50051 ```