Skip to content

Commit

Permalink
Merge branch 'improvement/BB-533' into q/8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bert-e committed Nov 13, 2024
2 parents 0aca138 + 302420e commit 741c232
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/queuePopulator/LogReader.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ class LogReader {
this.zkClient = params.zkClient;
this.kafkaConfig = params.kafkaConfig;
this.logConsumer = params.logConsumer;
this.pathToLogOffset = `${config.queuePopulator.zookeeperPath}/` +
`logState/${params.logId}/logOffset`;
this.pathToLogOffset = `/logState/${params.logId}/logOffset`;
this.logOffset = null;
this.log = params.logger;
this._producers = {};
Expand Down

0 comments on commit 741c232

Please sign in to comment.