Skip to content

Commit

Permalink
Test topic metadata refresh interval ms to 10 sec instead of 10mn
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianG authored Oct 5, 2023
1 parent 2ad5256 commit 69992b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/BackbeatConsumer.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ class BackbeatConsumer extends EventEmitter {
'offset_commit_cb': this._onOffsetCommit.bind(this),
// automatically create topic
'allow.auto.create.topics': true,
'topic.metadata.refresh.interval.ms': 10000,
};
const topicParams = {};
if (this._fromOffset !== undefined) {
Expand Down

0 comments on commit 69992b8

Please sign in to comment.