Skip to content

Commit

Permalink
Make CoordinatorGroupCommitKeyManipulator public to reuse the logic i…
Browse files Browse the repository at this point in the history
…n other projects (#1864)
  • Loading branch information
komamitsu authored Jun 10, 2024
1 parent d2f213e commit 6b4b18d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public static boolean isEnabled(ConsensusCommitConfig config) {
return config.isCoordinatorGroupCommitEnabled();
}

static class CoordinatorGroupCommitKeyManipulator
public static class CoordinatorGroupCommitKeyManipulator
implements KeyManipulator<String, String, String, String, String> {
private static final int PRIMARY_KEY_SIZE = 24;
private static final char DELIMITER = ':';
Expand Down

0 comments on commit 6b4b18d

Please sign in to comment.