majialoong opened a new pull request, #21291:
URL: https://github.com/apache/kafka/pull/21291

   Removes the hardcoded 500 upper limit validation for 
`share.coordinator.snapshot.update.records.per.snapshot`. 
   
   KIP-932 does not specify an upper limit for this configuration, and larger 
values may be beneficial for write-performance-focused use cases. 
   
   Additionally, the previous behavior was inconsistent with the `atLeast(0)` 
definition, which constrains only the minimum and does not prescribe a maximum. 
   
   The documentation has been updated to describe the trade-offs between 
smaller and larger values without prescribing specific limits, allowing users 
to configure this parameter based on their specific use case requirements.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to