Skip to content

Commit

Permalink
fix: fixed typo (mongo -> neptune)
Browse files Browse the repository at this point in the history
Signed-off-by: Amanda Xiang <[email protected]>
  • Loading branch information
halvardataws authored and Amanda Xiang committed Jan 2, 2025
1 parent 8f55824 commit 62c278a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public StreamAcknowledgementManager(final AcknowledgementSetManager acknowledgem
this.partitionAcknowledgmentTimeout = partitionAcknowledgmentTimeout;
this.acknowledgementMonitorWaitTimeInMs = acknowledgementMonitorWaitTimeInMs;
this.checkPointIntervalInMs = checkPointIntervalInMs;
executorService = Executors.newSingleThreadExecutor(BackgroundThreadFactory.defaultExecutorThreadFactory("mongodb-stream-ack-monitor"));
executorService = Executors.newSingleThreadExecutor(BackgroundThreadFactory.defaultExecutorThreadFactory("neptune-stream-ack-monitor"));
}

void init(final Consumer<Void> stopWorkerConsumer) {
Expand Down

0 comments on commit 62c278a

Please sign in to comment.