influxdb/router
Carol (Nichols || Goulding) c008219692
feat: Add a feature flag to switch to the router RPC write path (#6247)
* feat: Add a feature flag to switch to the router RPC write path

Fixes #6242.

* refactor: Remove a weird arc clone/rename that's not needed

I'm sure this was needed at some point, but it doesn't make much sense.
I wasn't going to change this, but I'm now trying to minimize the
differences between this function and the write path init function, so
make this one better too.

* fix: Add the namespace autocreation to the RPC write path too

The topic/query pool don't really apply to this case, but use them
anyway to be able to use the existing catalog methods.

Also add a bunch of comments pointing out where the RPC write path
initializer and the old router's initializer are the same and where
they're different, so that perhaps it'll be easier to keep them in sync
while they both exist.

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-12-01 11:05:39 +00: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: Add a feature flag to switch to the router RPC write path (#6247) 2022-12-01 11:05:39 +00:00
tests fix: Remove table names from Dml operations 2022-11-18 10:40:38 -05:00
Cargo.toml feat: Add a feature flag to switch to the router RPC write path (#6247) 2022-12-01 11:05:39 +00:00