Closed lzw621558 closed 2 years ago
Please provide a minimum reproduction repository (Git repository).
Please provide a minimum reproduction repository (Git repository).
has already updated.
I have countred the same issue, can any one know how to solve this ??
this is closed, have the same problem!
Is there an existing issue for this?
Current behavior
when i write a hybrid application, build to docker image. if the kafka brokers all down,the consumer will stop and restart. but if the consumer restart, it will lost all the topic info,none topic will be subscribed.
you can see the memberAssignment is null, and no message will be received from kafka.
nomal case:
Minimum reproduction code
https://github.com/lzw621558/nest-kafka/tree/feat/issue
Steps to reproduce
npm install npm run start then stop the kafka broker when the consumer has stoped,start the kafka broker again
Expected behavior
the topics define in kafka controllers will be re subscribed when consumer restart.
Package
Other package
No response
NestJS version
No response
Packages versions
Node.js version
16.13.2
In which operating systems have you tested?
Other
No response