greptimedb-operator icon indicating copy to clipboard operation
greptimedb-operator copied to clipboard

refactor!(apis): add `WALProvider` and `FileStorage` to support create standalone wal and cache storage

Open zyy17 opened this issue 5 months ago • 1 comments

What's changed

  1. Add WALProvider and FileStorage to support create standalone wal and cache storage;
  2. Add Logging field to configure component logging;
  3. Add multiple field access functions for GreptimeDBCluster and GreptimeDBStandalone;
  4. Add ,inline tag for dbconfig package;
  5. Add Validate() and Check() for GreptimeDBCluster and GreptimeDBStandalone;

zyy17 avatar Sep 17 '24 03:09 zyy17