iamaleksey commented on code in PR #2982: URL: https://github.com/apache/cassandra/pull/2982#discussion_r1450544042
########## src/java/org/apache/cassandra/net/Message.java: ########## @@ -71,7 +70,7 @@ * * @param <T> The type of the message payload. */ -public class Message<T> implements ReplyContext +public class Message<T> implements ResponseContext Review Comment: I have an old branch somewhere that renames all things 'reply' in Accord to 'response', to match Cassandra nomenclature. Should probably do that first, but later, when the project is near completion, to ease rebases. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

