You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am confused if to use kafkajs producer or Kafka-node producer..
Configuring kafka-node producer seems very easy.. just very small code..
kafkajs seems more involved.. https://kafka.js.org/docs/producer-example
catching all these signals:
You haven't shown any comparison, but the signal handling is there as a reference for how to cleanly shut down. You would need to do the exact same thing in kafka-node - they might just not have included shutting down in their examples.
I am confused if to use kafkajs producer or Kafka-node producer..
Configuring kafka-node producer seems very easy.. just very small code..
kafkajs seems more involved..
https://kafka.js.org/docs/producer-example
catching all these signals:
The text was updated successfully, but these errors were encountered: