influxdb/generated_types
Marco Neumann 7c60edd38c
refactor: prepare new ingester<>querier protocol on the querier side (#4863)
* refactor: prepare new ingester<>querier protocol on the querier side

This changes the querier internals to work with the new protocol. The
wire protocol stays the same (for now). There's a (somewhat hackish)
adapter in place on the querier side that converts the old to the new
protocol on-the-fly. This is an intermediate step before we actually
change the wire protocol (and in a step after that also take advantage
of the new possibilites on the ingester side).

Ref #4849.

* docs: explain adapter
2022-06-15 14:32:24 +00:00
..
protos refactor: prepare new ingester<>querier protocol on the querier side (#4863) 2022-06-15 14:32:24 +00:00
src refactor: rename builder like predicate methods to be `with_` (#4808) 2022-06-09 11:26:03 +00:00
.gitignore feat: Check in generated WAL flatbuffers code 2021-03-22 09:38:59 -04:00
Cargo.toml feat: enable debugging of failed querier->ingester requests (#4659) 2022-05-23 15:37:31 +00:00
build.rs fix: Remove OG proto definitions 2022-05-06 11:50:03 -04:00