viado: miércoles, 28 de junio de 2023 14:54
> Para: dev@kafka.apache.org
> Asunto: Re: Offsets: consumption and production in rollback
>
> Hi Henry,
> Consumers get to choose an isolation level. There’s one instance I can think
> of where AdminClient also has
> some abilit
ption and production in rollback
Hi Henry,
Consumers get to choose an isolation level. There’s one instance I can think of
where AdminClient also has
some ability to let users choose how to deal with uncommitted data. If you’ve
not seen KIP-851 take a look:
https://eur02.safelinks.protection.outloo
Hi Henry,
Consumers get to choose an isolation level. There’s one instance I can think of
where AdminClient also has
some ability to let users choose how to deal with uncommitted data. If you’ve
not seen KIP-851 take a look:
https://cwiki.apache.org/confluence/display/KAFKA/KIP-851%3A+Add+require
Hi Andrew,
Thank you for your response.
I understand your explanation, but in both cases, I am using an "isolation
level" of READ_COMMITTED. I believe the issue lies in the
AdminClient.listOffsets method, as it may not be considering the isolation
level, where as the consumer of AdminClient.li