risingwavelabs / risingwave

Best-in-class stream processing, analytics, and management. Perform continuous analytics, or build event-driven applications, real-time ETL pipelines, and feature stores in minutes. Unified streaming and batch. PostgreSQL compatible.
https://go.risingwave.com/slack
Apache License 2.0
7.06k stars 581 forks source link

refactor(config): use human-readable unit type instead of numeric type for configuration #19504

Open MrCroxx opened 23 hours ago

MrCroxx commented 23 hours ago

Currently, RisingWave uses numeric types and fields with unit suffixes (e..g. "xxx_yyy_ms = 1000") for configurations.

It would be nice to replace them with human-readable unit types (e.g. "xxx_yyy = 1000ms").