Transactions and `endOffsets` Java client consumer method

2022-03-16 Thread Chris Jansen
end offsets for transactions that have not yet been committed? For my own future reference I was struggling to find any details on the broker API anywhere, if someone could point me in the right direction, I'd really appreciate it. Thanks, Chris Jansen

Re: Transactions and `endOffsets` Java client consumer method

2022-03-21 Thread Chris Jansen
w the new format of the request, is your broker on the newer > version? Other than that, I cannot think of a reason explaining what > you saw. > > > > On Wed, Mar 16, 2022 at 5:12 AM Chris Jansen > wrote: > > > Hello all, > > > > I have the need to query

Re: Transactions and `endOffsets` Java client consumer method

2022-03-21 Thread Chris Jansen
So an update on this, it seems that the consumer reports an unreadable end of the log if the transaction has been aborted. Is this the intended behaviour? Thanks again, Chris On Mon, Mar 21, 2022 at 12:25 PM Chris Jansen wrote: > Hi Guozhang, > > Thanks for getting back to me.

Re: Transactions and `endOffsets` Java client consumer method

2022-03-22 Thread Chris Jansen
there are some issues elsewhere. > > On Mon, Mar 21, 2022 at 5:51 AM Chris Jansen > wrote: > > > So an update on this, it seems that the consumer reports an unreadable > end > > of the log if the transaction has been aborted. Is this the intended > > behaviour?

Re: Transactions and `endOffsets` Java client consumer method

2022-03-22 Thread Chris Jansen
ris, > > Yes, the transaction marker should be hidden to clients. > There is similar issues reported: > https://issues.apache.org/jira/browse/KAFKA-10683 > Welcome to submit KIP/PR to improve it. > > Thank you. > Luke > > > On Tue, Mar 22, 2022 at 5:16 PM Chri