Skip to content

Commit

Permalink
[ISSUE #9111] Fix ACL in ExportRocksDBConfigToJsonRequestHeader
Browse files Browse the repository at this point in the history
  • Loading branch information
qianye1001 committed Jan 22, 2025
1 parent 37e6de3 commit b975772
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import org.apache.rocketmq.remoting.exception.RemotingCommandException;
import org.apache.rocketmq.remoting.protocol.RequestCode;

@RocketMQAction(value = RequestCode.EXPORT_ROCKSDB_CONFIG_TO_JSON, resource = ResourceType.CLUSTER, action = Action.UPDATE)
@RocketMQAction(value = RequestCode.EXPORT_ROCKSDB_CONFIG_TO_JSON, resource = ResourceType.CLUSTER, action = Action.GET)
public class ExportRocksDBConfigToJsonRequestHeader implements CommandCustomHeader {
private static final String CONFIG_TYPE_SEPARATOR = ";";

Expand Down

0 comments on commit b975772

Please sign in to comment.