Parameter | Default Value | Description |
Message retention period | 3 | The range is from 1 minute to 90 days. Messages will be deleted if they exceed the set retention duration to preserve sufficient disk space. |
max message size | 8 | The upper limit for a single message is 1KB to 12MB. When sending data, the client aggregates data sent to the same partition into batches. The server compares the size of each batch. |
UncleanLeaderElectionEnable | true | Whether to allow electing a new Leader from Out-of-Sync Replicas (OSR). true: Allow electing a Leader from OSR, giving priority to availability. false: Only allow electing a Leader from In-Sync Replicas (ISR), giving priority to data consistency. |
Feedback