influxdb/write_buffer
Marco Neumann ecf1f99ddb refactor: more flexible writer buffer config
This allows:

- different types (instead of guessing through the connection URL)
- sequencer counts (not used yet but will be by #2455)
- extensible configs (e.g. to configure Kafka in a more granular way,
  not wired up yet)
- future extensions (since we use a message now instead of a single
  string)

**BREAKING: This requires changes for deployed systems / existing DBs!**
2021-09-02 16:41:35 +02:00
..
src refactor: more flexible writer buffer config 2021-09-02 16:41:35 +02:00
Cargo.toml feat: add ingest timestamp to `Sequence` 2021-07-28 14:41:18 +02:00