Re: Offsets: consumption and production in rollback

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

RE: Offsets: consumption and production in rollback

2023-06-29 Thread Henry GALVEZ
/#design_compactionbasics Furthermore, is there a way to force the cleanup of transactions? Could this potentially help address the issue? Cordially, Henry De: Andrew Schofield Enviado: miércoles, 28 de junio de 2023 14:54 Para: dev@kafka.apache.org Asunto: Re: Offsets: consumption

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:

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