François Massot
François Massot
I'm interested in the retry feature for our [project](https://github.com/quickwit-oss/quickwit) as we heavily use tonic there (and thanks a ton for what you do :)). @LucioFranco what did you have in...
I observed the same issue on our OSS project https://github.com/quickwit-oss/quickwit/issues/2295 I tried a bunch of different settings but did not manage to make it work. The errors happen when there...
I dig into the issue a bit and the problem comes from the number of bytes of spans that will be sent to jaeger. I guess the error that you...
Closing, @lingo-xp don't hesitate to reopen it.
closing, the JSON field is already there :)
@zoonage the issue #5 was reassigned to @trinity-1686a who is currently working on it.
actually I have a fourth one: `test_indexing_service_spawn_observe_detach`
Just to give an example of another use case: during testing, it could be useful to delay a response to trigger a timeout that must be handled correctly. And I...
One remark: split pruning is made with timestamps with a precision in second. If we want to filter at millisecond precision, then... we need in some way to filter at...
I believe this has been solved by #2553.