• Graham King's avatar
    fix: Fix default RouterMode value (#1092) · 889ab67e
    Graham King authored
    The Python bindings use the default value for RouterMode. Previously that was Random (good), but now it became None (bad).
    
    Remove the option and clean up the duplicate RouterMode. I was trying to avoid putting the `KV` enum in dynamo-runtime. Turns out adding those two characters gives us a healthy simplification, and restores the old default router value.
    
    Also clean up two noisy log messages when waiting for KV routing metrics to start in worker.
    889ab67e
flags.rs 7.6 KB