peterxcli commented on PR #1469: URL: https://github.com/apache/ratis/pull/1469#issuecomment-4574155640
@szetszwo Thanks for the review! > * Phase 2: Reuse RaftClientAsynchronousProtocol.submitClientRequestAsync(..) to submit a dummy read request for linearizable checks and then call DataApi.streamReadOnly(..). I'm ok with this direction, but curious why use `submitClientRequestAsync(...)` with a dummy read instead of reusing the existing readAsync(...) flow for the stream read body? -- 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]
