This is an automated email from the ASF dual-hosted git repository. chia7712 pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push: new 45b96cb3a74 MINOR: add the explanation of `null` for DeleteAclsRequest#ResourceNameFilter (#20502) 45b96cb3a74 is described below commit 45b96cb3a7493816860f837e378f2d91ce6f8bfe Author: Lan Ding <isdin...@163.com> AuthorDate: Wed Sep 10 06:59:32 2025 +0800 MINOR: add the explanation of `null` for DeleteAclsRequest#ResourceNameFilter (#20502) Add the explanation of `null` for DeleteAclsRequest#ResourceNameFilter Reviewers: Ken Huang <s7133...@gmail.com>, TengYao Chi <kiting...@gmail.com>, Chia-Ping Tsai <chia7...@gmail.com> --- clients/src/main/resources/common/message/DeleteAclsRequest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/src/main/resources/common/message/DeleteAclsRequest.json b/clients/src/main/resources/common/message/DeleteAclsRequest.json index db605305ae2..d794295af56 100644 --- a/clients/src/main/resources/common/message/DeleteAclsRequest.json +++ b/clients/src/main/resources/common/message/DeleteAclsRequest.json @@ -30,7 +30,7 @@ { "name": "ResourceTypeFilter", "type": "int8", "versions": "0+", "about": "The resource type." }, { "name": "ResourceNameFilter", "type": "string", "versions": "0+", "nullableVersions": "0+", - "about": "The resource name." }, + "about": "The resource name, or null to match any resource name." }, { "name": "PatternTypeFilter", "type": "int8", "versions": "1+", "default": "3", "ignorable": false, "about": "The pattern type." }, { "name": "PrincipalFilter", "type": "string", "versions": "0+", "nullableVersions": "0+",