Включил exactly_once в kafka-streams. Оно работало пару дней. Потом стало выдавать вот такое:
task [0_0] Timeout exception caught when initializing transactions for task 0_0. This might happen if the broker is slow to respond, if the network connection to the broker was interrupted, or if similar circumstances arise. You can increase producer parameter
max.block.ms
to increase this timeout.
Параметр
max.block.ms увеличиваю в 2 раза - не помогает. Включаю обратно at_least_once - работает.
Версия kafka-streams 2.3.0.
Кто что может посоветовать?