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

   **Changes**
   
   1. New Dynamic Configurations
   - `group.coordinator.append.max.buffer.size`: Largest buffer size allowed by 
GroupCoordinator
   - `share.coordinator.append.max.buffer.size`: Largest buffer size allowed by 
ShareCoordinator
   
   Both configurations default to `1 * 1024 * 1024 + Records.LOG_OVERHEAD` with 
minimum value of `512 * 1024`.
   
   2. Extended CoordinatorRuntime Builder Interface
   
   Added withMaxBufferSize(Supplier<Integer> maxBufferSizeSupplier) method to 
allow different coordinator implementations to supply their buffer size 
configuration.
   
   3. New Monitoring Metrics
   
   - `coordinator-append-buffer-size-bytes`: Current total size in bytes of the 
append buffers being held in the coordinator's cache
   - `coordinator-append-buffer-skip-cache-count`: Count of oversized append 
buffers that were discarded instead of being cached upon release


-- 
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