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