Technoboy- commented on code in PR #20330:
URL: https://github.com/apache/pulsar/pull/20330#discussion_r1261112192


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/transaction/buffer/TransactionBuffer.java:
##########
@@ -51,6 +51,11 @@
 @Beta
 public interface TransactionBuffer {
 
+    enum SnapshotType {
+        Single,
+        Segment,
+    }
+

Review Comment:
   Seems that moving `SnapshotType` to `AbortedTxnProcessor` is much more 
better.



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