Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qianye1001 committed Jan 10, 2025
1 parent a365281 commit 30131a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public synchronized void persist() {
}

public synchronized void exportToJson() {
LOG.info("export Consumer Offset to json file");
LOG.info("export consumer offset from rocksdb consumer offset manager to json file");
super.persist();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public synchronized void persist() {
}

public synchronized void exportToJson() {
log.info("export Subscription Group to json file");
log.info("export subscription group from rocksdb subscription group manager to json file");
super.persist();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public synchronized void persist() {
}

public synchronized void exportToJson() {
log.info("export Topic Config to json file");
log.info("export topic config from rocksdb topic config manager to json file");
super.persist();
}

Expand Down

0 comments on commit 30131a3

Please sign in to comment.