Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
|---|---|
| **Name** | `share.coordinator.snapshot.update.records.per.snapshot` (unchanged) |
| **Type** | `INT` (unchanged) |
| **Default** | `500` (unchanged) |
| **Validator** | `between(200, 1000)` — proposed initial bounds. A follow-up benchmarking ticket (filed as a sub-task of KAFKA-20070, see *Test Plan*) may revise either the floor or the ceiling before vote based on empirical data. (changed)  |
| **Importance** | `MEDIUM` (unchanged) |
| **Doc** | "The number of update records the share coordinator writes between snapshot records, applied as a ceiling across all share groups on this broker. Must be in `[200, 1000]`. May be overridden per group via the `share.snapshot.update.records.per.snapshot` group config; per-group values are clamped to this ceiling." |

...