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
______
> De: Andrew Schofield
> Enviado: martes, 27 de junio de 2023 13:22
> Para: dev@kafka.apache.org
> Asunto: Fwd: Offsets: consumption and production in rollback
>
> Hi Henry,
> Thanks for your message.
>
> Kafka transactions are a bit unusual. If you produce a mes
ou,
> Henry
>
>
> De: Andrew Schofield
> Enviado: martes, 27 de junio de 2023 13:22
> Para: dev@kafka.apache.org
> Asunto: Fwd: Offsets: consumption and production in rollback
>
> Hi Henry,
> Thanks for your message.
>
> Kafka
I’m not sure that this is really “bogus lag” but, when you’re using
transactions, there’s not a one-to-one relationship
between offsets and consumable records.
Hope this helps,
Andrew
Begin forwarded message:
From: Henry GALVEZ
Subject: Offsets: consumption and production in rollback
Date: 27
lag” but, when you’re using
transactions, there’s not a one-to-one relationship
between offsets and consumable records.
Hope this helps,
Andrew
Begin forwarded message:
From: Henry GALVEZ
Subject: Offsets: consumption and production in rollback
Date: 27 June 2023 at 10:48:31 BST
To: &qu
I have some doubts regarding message consumption and production, as well as
transactional capabilities. I am using a Kafka template to produce a message
within a transaction. After that, I execute another transaction that produces a
message and intentionally throws a runtime exception to simulat