Interface StreamPartitionMsgOffsetFactory

  • All Known Implementing Classes:
    LongMsgOffsetFactory

    @Evolving
    public interface StreamPartitionMsgOffsetFactory
    An interface to be implemented by streams that are consumed using Pinot LLC consumption.
    • Method Detail

      • init

        void init​(StreamConfig streamConfig)
        Initialization, called once when the factory is created.
        Parameters:
        streamConfig -
      • create

        StreamPartitionMsgOffset create​(String offsetStr)
        Construct an offset from the string provided.
        Parameters:
        offsetStr -
        Returns:
        StreamPartitionMsgOffset