lucasbru commented on PR #14922: URL: https://github.com/apache/kafka/pull/14922#issuecomment-1842617271
Ah, I think you are using fetch deadlines to avoid calling the RPC forever. That makes sense. But then, we can probably still just keep a single deadline (the max of all calls) and a single future, and let the application thread use a time-bounded get, and we avoid some issues I pointed out above. -- 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]
