Re: Offsets: consumption and production in rollback

2023-06-29 Thread Andrew Schofield
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

RE: Offsets: consumption and production in rollback

2023-06-29 Thread Henry GALVEZ
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

Re: Offsets: consumption and production in rollback

2023-06-28 Thread Andrew Schofield
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

RE: Offsets: consumption and production in rollback

2023-06-28 Thread Henry GALVEZ
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