9aman commented on code in PR #16572:
URL: https://github.com/apache/pinot/pull/16572#discussion_r2284355965


##########
pinot-plugins/pinot-stream-ingestion/pinot-pulsar/src/main/java/org/apache/pinot/plugin/stream/pulsar/PulsarMessageBatch.java:
##########
@@ -30,12 +30,14 @@ public class PulsarMessageBatch implements 
MessageBatch<byte[]> {
   private final List<BytesStreamMessage> _messages;
   private final MessageIdStreamOffset _offsetOfNextBatch;
   private final boolean _endOfTopic;
+  private final long _sizeInBytes;
 
   public PulsarMessageBatch(List<BytesStreamMessage> messages, 
MessageIdStreamOffset offsetOfNextBatch,
-      boolean endOfTopic) {
+      boolean endOfTopic, long batchSizeInBytes) {

Review Comment:
   Same



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

Reply via email to