navina commented on code in PR #9224: URL: https://github.com/apache/pinot/pull/9224#discussion_r971758726
########## pinot-spi/src/main/java/org/apache/pinot/spi/stream/StreamMessageMetadata.java: ########## @@ -18,26 +18,38 @@ */ package org.apache.pinot.spi.stream; +import javax.annotation.Nullable; +import org.apache.pinot.spi.data.readers.GenericRow; + + /** * A class that provides metadata associated with the message of a stream, for e.g., Review Comment: > Would prefer if we're able to keep it all consistent in terms of the prefix (if going with __, then __key, __header$headerName, __metadata) Makes sense -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org