Skip to content

Commit

Permalink
[O2B-1412] Removed retries limit to kafka connection
Browse files Browse the repository at this point in the history
  • Loading branch information
martinboulais committed Dec 11, 2024
1 parent f665ae4 commit 3e8ad22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ class BookkeepingApplication {
const kafkaClient = new Kafka({
clientId: 'bookkeeping',
brokers: KafkaConfig.brokers,
retry: { retries: 3 },
logLevel: logLevel.NOTHING,
});

Expand Down

0 comments on commit 3e8ad22

Please sign in to comment.