Skip to content

Commit

Permalink
fix: bridge bug
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasrubims committed Apr 11, 2024
1 parent 3fede98 commit 39b21c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bridge",
"version": "0.2.8",
"version": "0.2.9",
"description": "Bridge is a communication interface between microservices with kafkajs and express.js.",
"main": "build/index.js",
"repository": "https://github.com/douglasrubims/Bridge.git",
Expand Down
2 changes: 0 additions & 2 deletions src/infra/messaging/kafka/consumer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ class KafkaConsumer {
this.consumer = this.kafka.consumer({
groupId: this.groupId,
allowAutoTopicCreation: true,
sessionTimeout: 6000,
heartbeatInterval: 3000,
retry: {
retries: Infinity
}
Expand Down

0 comments on commit 39b21c2

Please sign in to comment.