Re: EndOffset and committed offset in transaction

2019-10-22 Thread Matthias J. Sax
Did you put transaction markers into account? Each time a transaction is committed or aborted, a commit or abort marker is written that occupies one offset. -Matthias On 10/17/19 8:38 AM, Ludwig Schmid wrote: > Hello, > > in an application I use a producer and a consumer. The consumer polls d

EndOffset and committed offset in transaction

2019-10-17 Thread Ludwig Schmid
Hello, in an application I use a producer and a consumer. The consumer polls data from the same topic (replication-factor 1) the producer sends to. The producer works transactional and within a transaction the producer sends records to the topic and also sends offsets. The application looks som