Open kprytsm opened 4 years ago
I am suspecting "process.exit()" cause me the issue mentioned in point 1.....
I am using nodemon to run app.js btw.
after some trial and error, I use pm2 to host the app.js and I can now call the consumer api again and again, but anyone can explain why?
I am new to Kafka and recently I want to develop a producer and consumer API using node express framework.
While developing I encounter 2 issues:
producer.txt consumer.txt app.txt
Appreciate if you can help me on these issues, sorry if it is being too simple.