Re: Re:Re: open checkpoint, send message to kafka OutOfOrderSequenceException

2021-06-05 Thread Yun Gao
Hi, I tried google and found one possible related issue in [1]. Could you try to remove the config properties.setProperty(ProducerConfig.RETRIES_CONFIG, "5"); and try again ? Best, Yun [1] https://stackoverflow.com/questions/55192852/transactional-producer-vs-just-idempotent-producer-java

Re:Re: open checkpoint, send message to kafka OutOfOrderSequenceException

2021-06-04 Thread SmileSmile
Hi, after failover still OutOfOrderSequenceException. when I close checkpoint, kafka broker still return OutOfOrderSequenceException to me . At 2021-06-04 17:52:22, "Yun Gao" wrote: Hi, Have you checked if the error during normal execution, or right after failover? Best, Y