vamsisayimpu opened a new pull request, #20331: URL: https://github.com/apache/kafka/pull/20331
KRaft Broker Heartbeat Fix for Rolling Restarts - Addresses broker freezing during rolling restarts in KRaft mode - Prevents data loss from partition unavailability - Improves cluster stability during maintenance operations - Enhances production deployment reliability | Parameter | Default Value | Description | |-----------|---------------|-------------| | `DEFAULT_METADATA_LOADING_TIMEOUT_EXTENSION_MS` | 30000ms | Extended timeout during metadata loading | | `DEFAULT_MAX_BATCHES_PER_ITERATION` | 10 | Max batches before yielding | | `DEFAULT_MAX_PROCESSING_TIME_MS` | 50ms | Max processing time before yielding | | `DEFAULT_PUBLISHER_BATCH_SIZE` | 5 | Publishers processed per batch | | `DEFAULT_MAX_PUBLISHER_PROCESSING_TIME_MS` | 100ms | Max publisher processing time | -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org