I run a spring-boot application on linux server, it listened three topics, at first , it works well, but a few minutes, i found "(Re-)joining group ..." logs , and then only two topic has been listened, the other one can't listened , there is no error or warning logs can be found, i don't know how to resolve this problem, just have no idea what happend
at firs, i thought maybe my consumer config is not correct, i set max.poll.interval.ms:5000, max.poll.records:50.but it not works.
in my listener , i use this annotation to listened a topic
@KafkaListener(topics = "xxx")
i want this three topic all works, but now only two works
ps: at first , it all works ,just a few minutes later, after (Re-)joining group , one topic can't work well,and there is no error log or warning log