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

   Remove the timeout parameter from all CoordinatorRuntime schedule methods 
and use the writeTimeout field (configured via the builder) instead. This 
simplifies the API since the timeout is now configured once at runtime 
construction time.
   
   - Rename defaultWriteTimeout to writeTimeout
   - Rename withDefaultWriteTimeOut to withWriteTimeout
   - Remove timeout parameter from scheduleWriteOperation, 
scheduleWriteAllOperation, scheduleTransactionalWriteOperation, and 
scheduleTransactionCompletion methods
   - Update GroupCoordinator.completeTransaction to remove timeout parameter
   - Update all callers and tests accordingly
   


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