Skip to content

Commit

Permalink
MINOR: Remove EMPTY_NODE_ID (#18707)
Browse files Browse the repository at this point in the history
Reviewers: Chia-Ping Tsai <[email protected]>
  • Loading branch information
frankvicky authored Jan 25, 2025
1 parent c09d2c9 commit 9bab9dc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public class KRaftConfigs {


public static final String NODE_ID_CONFIG = "node.id";
public static final int EMPTY_NODE_ID = -1;
public static final String NODE_ID_DOC = "The node ID associated with the roles this process is playing when <code>process.roles</code> is non-empty. " +
"This is required configuration when running in KRaft mode.";

Expand Down

0 comments on commit 9bab9dc

Please sign in to comment.