Adrien Guillo
Adrien Guillo
### Description Per title. I also updated the builder image. ### How was this PR tested? Ran `make fmt` and `make test-all`
### Description Per title. ### How was this PR tested? Ran `cargo test -- quickwit-search`
### Description Per title. ### How was this PR tested? Pending
### Description I moved the event handling logic into the main actor using sync channels in the consumer context. This simplifies the code, removes the need for messing with the...
### Description This PR introduces the notion of "indexing generation". An indexing generation covers the period between two rebalances. Each time a rebalance occurs, the source increments the indexing generation....
The option is basically ignored and fieldnorms are always generated. With a log management and analytics use case in mind, the default should be false.
Not saying this is easy but there's gotta be a way :)
- We want to manipulate fully resolved and validated configuration objects without accessors. - We want to know the source of the values (config file, CLI, env var) It might...
### Description Add Kubernetes example manifest files ### How was this PR tested? Tested on Minikube cluster
### Description Per title ### How was this PR tested? Pending