Adrien Guillo
Adrien Guillo
We no longer override the `latest` image for `qw-*` tags. I fixed it yesterday.
I think you meant different image, for instance `quickwit/quickwit-dev:fulmicoton-123`?
This is not the right fix. It's a bug in the checkpoint delta logic in the source. If you print the batch checkpoint deltas in that unit test, you will...
This is the right fix and we're not going to break anything. I will not merge this PR as is.
I was working around that code yesterday, and I'm leaning towards solution 1. `source_type()` does now return an enum. We can dispatch directly and statically in `load_source`. We can optionally...
I don't think users should pay for a mutex if it's not necessary. Maybe we could introduce an `AtomicRate` that we can clone, then make RateLimit generic over a `RateImpl`...