Jackie-Jiang opened a new pull request, #12697:
URL: https://github.com/apache/pinot/pull/12697

   Deprecate:
   - `PartitionLevelConsumer`: Use `PartitionGroupConsumer` instead
   - In `MessageBatch`:
     - `getMessageAtIndex()`: Use `getStreamMessage()` instead
     - `getMessageBytesAtIndex()`: Use `getStreamMessage()` instead
     - `getMessageLengthAtIndex()`: Use `getStreamMessage()` instead
     - `getMessageOffsetAtIndex()`: Use `getStreamMessage()` instead
     - `getMetadataAtIndex()`: Use `getStreamMessage()` instead
     - `getNextStreamMessageOffsetAtIndex()`: Use `getOffsetOfNextBatch()` 
instead
     - `getNextStreamPartitionMsgOffsetAtIndex()`: Use `getOffsetOfNextBatch()` 
instead
   - In `StreamPartitionMsgOffset`:
     - `fromString(): Should be a static method
   - In `StreamPartitionMsgOffsetFactory`:
     - `StreamPartitionMsgOffset create(StreamPartitionMsgOffset other)`: 
Offset should be immutable
   
   Add:
   - `StreamPartitionMsgOffset` into `RowMetadata`, so that offset is directly 
available from the metadata
   
   Clean up the code to adapt the above changes.
   Kinesis and Pulsar consumer are heavily modified to not use a separate 
executor.


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

Reply via email to