szetszwo commented on PR #700:
URL: https://github.com/apache/ratis/pull/700#issuecomment-1207262790

   > 2. Indeed batching read only requests is a great idea.
   
   For batching the read requests, we may use the commit index as the key so 
that the read requests with the same commit index will get the same heartbeat 
future.  Then, the number of triggered heartbeat will be bounded by the number 
of commit indices.  It won't have too many heartbeats then.


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