Provides a KafkaJS-compatible handler for processing messages that facilitates publishing to delayed-retry or dead-letter topics
15
stars
2
forks
source link
producer.connect() Missing in readme/ Example #364
Closed
sarthakgarg814 closed 5 months ago
Expected behavior
As your example in readme.md you didn't mention to connect to producer.connect(). It should have it and on error it should send message to next queue
Actual behavior
Without connecting to producer you will not be able to send message to next topic or retry topic. So its failing to send the message in next queue
Steps to reproduce the behavior
Supporting materials
Additional Specs
Additional context Add any other context about the problem here.