Skip to content

Commit

Permalink
Add @deprecated annotation to GET_BROKER_CLUSTER_ACL_CONFIG request code
Browse files Browse the repository at this point in the history
  • Loading branch information
RongtongJin committed Oct 24, 2023
1 parent 052cd2e commit f77e4b6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ public class RequestCode {

public static final int UPDATE_GLOBAL_WHITE_ADDRS_CONFIG = 53;

@Deprecated
public static final int GET_BROKER_CLUSTER_ACL_CONFIG = 54;

public static final int GET_TIMER_CHECK_POINT = 60;

public static final int GET_TIMER_METRICS = 61;
Expand Down

0 comments on commit f77e4b6

Please sign in to comment.