influxdb/router
Dom Dwyer 72939f8bf0
feat(router): handler for direct write to ingester
This commit adds the (unused) RpcWrite implementation of the DmlHandler
trait that implements pushing a write over gRPC to a single, arbitrary
ingester. Requests are round-robin'ed across all available ingesters.

This DmlHandler implementation can be swapped out with the
ShardedWriteBuffer to change how writes are propagated to the ingester.
2022-11-18 17:08:20 +01:00
..
benches chore(deps): Bump chrono from 0.4.22 to 0.4.23 (#6129) 2022-11-14 13:34:09 +00:00
src feat(router): handler for direct write to ingester 2022-11-18 17:08:20 +01:00
tests fix: Remove table names from Dml operations 2022-11-18 10:40:38 -05:00
Cargo.toml chore: router namespace api (#6151) 2022-11-16 15:25:49 +00:00