szetszwo commented on PR #942: URL: https://github.com/apache/ratis/pull/942#issuecomment-1776136895
> ..., since we do not carry repliedId for read-only requests in unorderedAsync, shall we also exclude them in orderedAsync? This is a very good question! I handle blocking call and async calls separately. Actually, it is better to handle all the calls at the same time in RaftClientImpl, which will collect the replied call ids and use them to create requests. Let me update this after RATIS-1916. -- 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]
