ifesdjeen commented on code in PR #3954: URL: https://github.com/apache/cassandra/pull/3954#discussion_r1994018903
########## src/java/org/apache/cassandra/service/accord/FetchTopologies.java: ########## @@ -91,42 +91,42 @@ public FetchTopologies(long minEpoch, long maxEpoch) } // TODO (required): messaging version after version patch - public static final IVersionedSerializer<TopologyRange> responseSerializer = new IVersionedSerializer<>() + public static final UnversionedSerializer<TopologyRange> responseSerializer = new UnversionedSerializer<>() Review Comment: TODO above can be removed since we decided to keep unversioned serializer here. -- 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: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org