OmniaGM commented on PR #17016:
URL: https://github.com/apache/kafka/pull/17016#issuecomment-2317839158

   > @lucasbru I have 8 test cases failing and most of them seem to be related 
to `AT_LEAST_ONCE` feature. I can see that when we try to consume data from 
output topic we don't get all the records back. During debugging I noticed that 
all records potentially make it to the output topic but it take long time and I 
don't want to increase the timeout. Is there is anyway in stream to check if 
all records made it before pulling the records? Or any suggestions here?
   
   I changed the order for `{StreamsConfig.AT_LEAST_ONCE, 
StreamsConfig.EXACTLY_ONCE, StreamsConfig.EXACTLY_ONCE_V2}` to 
`{StreamsConfig.EXACTLY_ONCE, StreamsConfig.AT_LEAST_ONCE, 
StreamsConfig.EXACTLY_ONCE_V2}` and I don't think it's related to 
`AT_LEAST_ONCE` per say but whatever test come first will have a problem 
polling the records correctly.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to