-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(kafka_client): catch KafkaJSNumberOfRetriesExceeded from new Kafk…
…aJS() new KafkaJS() has its own retry routine integrated and throws KafkaJSNumberOfRetriesExceeded when only 5 retries of 300ms exceeded. This Exception was not catched and also canceled our wrapped retry.attmept. Increasing the initialRetryTime and the number of retries could already solve the issue. However, we wrap a forever retry for just in case.
- Loading branch information
Gerald Baulig
committed
Sep 5, 2023
1 parent
8c2ed99
commit 7939cb2
Showing
1 changed file
with
70 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters