ifesdjeen commented on code in PR #3506:
URL: https://github.com/apache/cassandra/pull/3506#discussion_r1757106942
##########
src/java/org/apache/cassandra/journal/KeySupport.java:
##########
@@ -37,6 +38,16 @@ public interface KeySupport<K> extends Comparator<K>
void serialize(K key, DataOutputPlus out, int userVersion) throws
IOException;
+ default ByteBuffer serialize(K key, int userVersion) throws IOException
Review Comment:
`JournalKey` support is anonymous class, which is why this landed here. Made
it non-anonymous and moved.
--
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]