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 a375777d806 MINOR: correct the class name for delegation token script 
(#13411)
a375777d806 is described below

commit a375777d8063cda087c77e520fcfd4e035e14f6f
Author: Chia-Ping Tsai <[email protected]>
AuthorDate: Sat Mar 18 18:53:22 2023 +0800

    MINOR: correct the class name for delegation token script (#13411)
    
    Reviewers: David Jacot <[email protected]>
---
 bin/kafka-delegation-tokens.sh          | 2 +-
 bin/windows/kafka-delegation-tokens.bat | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/kafka-delegation-tokens.sh b/bin/kafka-delegation-tokens.sh
index 49cb276ab31..9f8bb132461 100755
--- a/bin/kafka-delegation-tokens.sh
+++ b/bin/kafka-delegation-tokens.sh
@@ -14,4 +14,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-exec $(dirname $0)/kafka-run-class.sh kafka.admin.DelegationTokenCommand "$@"
+exec $(dirname $0)/kafka-run-class.sh 
org.apache.kafka.tools.DelegationTokenCommand "$@"
diff --git a/bin/windows/kafka-delegation-tokens.bat 
b/bin/windows/kafka-delegation-tokens.bat
index 996537f8c02..596a37cc209 100644
--- a/bin/windows/kafka-delegation-tokens.bat
+++ b/bin/windows/kafka-delegation-tokens.bat
@@ -14,4 +14,4 @@ rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 
express or implied.
 rem See the License for the specific language governing permissions and
 rem limitations under the License.
 
-"%~dp0kafka-run-class.bat" kafka.admin.DelegationTokenCommand %*
+"%~dp0kafka-run-class.bat" org.apache.kafka.tools.DelegationTokenCommand %*

Reply via email to