mmodzelewski commented on code in PR #4068:
URL: https://github.com/apache/iggy/pull/4068#discussion_r3943840696
##########
foreign/java/java-sdk/src/main/java/org/apache/iggy/identifier/Identifier.java:
##########
@@ -68,13 +80,21 @@ public String getName() {
return name;
}
+ /**
+ * The name as UTF-8 wire bytes, encoded once at construction; {@code
null} for a numeric
+ * identifier. The array is shared rather than copied, so callers must not
modify it.
+ */
+ @Nullable public byte[] getEncodedName() {
Review Comment:
raw bytes array is no longer shared
--
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]