You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@druid.apache.org by D <te...@gmail.com> on 2020/03/02 19:14:15 UTC

What do SeekableStreamStartSequenceNumbers and SeekableStreamEndSequenceNumbers mean ?

Hi,

Could someone explain the meaning or significant of the following two
classes ?

SeekableStreamStartSequenceNumbers
SeekableStreamEndSequenceNumbers

Why do we need both of them ?

Thanks,
Dhiman

Re: What do SeekableStreamStartSequenceNumbers and SeekableStreamEndSequenceNumbers mean ?

Posted by Jihoon Son <gh...@gmail.com>.
Hi,

it just means the start and end offsets in Kafka and the start and end
sequence numbers in Kinesis.
We need both to track what range of data each Kafka/Kinesis index task
processes.

Jihoon

On Mon, Mar 2, 2020 at 11:23 AM D <te...@gmail.com> wrote:

> Hi,
>
> Could someone explain the meaning or significant of the following two
> classes ?
>
> SeekableStreamStartSequenceNumbers
> SeekableStreamEndSequenceNumbers
>
> Why do we need both of them ?
>
> Thanks,
> Dhiman
>