Any configuration related to the streaming service.
Description |
Default Value |
The interval of balance task trigger at background, 1 min by default.
It's ok to set it into duration string, such as 30s or 1m30s, see time.ParseDuration |
1m |
Description |
Default Value |
The initial interval of balance task trigger backoff, 50 ms by default.
It's ok to set it into duration string, such as 30s or 1m30s, see time.ParseDuration |
50ms |
Description |
Default Value |
The multiplier of balance task trigger backoff, 2 by default |
2 |
Description |
Default Value |
The concurrency ratio based on number of CPU for wal broadcaster, 1 by default. |
1 |
Description |
Default Value |
The default keepalive timeout for wal txn, 10s by default |
10s |