michaeljmarshall commented on code in PR #19503:
URL: https://github.com/apache/pulsar/pull/19503#discussion_r1119338547


##########
pulsar-metadata/src/main/java/org/apache/pulsar/metadata/api/Stat.java:
##########
@@ -55,4 +62,9 @@ public class Stat {
      * Whether the key-value pair had been created within the current 
"session".
      */
     final boolean createdBySelf;
+
+    /**
+     * Whether this is the first version of the key-value pair since it has 
been last created.
+     */
+    final boolean firstVersion;

Review Comment:
   Thanks for the example, that helps me to understand the name, and I agree 
that `created` wouldn't make sense in that context.



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