This is an automated email from the ASF dual-hosted git repository.

lizhimins pushed a commit to branch rocketmq-studio
in repository https://gitbox.apache.org/repos/asf/rocketmq-dashboard.git


The following commit(s) were added to refs/heads/rocketmq-studio by this push:
     new 836c175e refactor: remove empty proxy admin client (#707)
836c175e is described below

commit 836c175edb632422be3f138a04205a8b7849b00d
Author: aias00 <[email protected]>
AuthorDate: Sun Aug 2 20:11:05 2026 -0700

    refactor: remove empty proxy admin client (#707)
---
 .../studio/instance/topic/ProxyAdminClient.java    | 25 ----------------------
 1 file changed, 25 deletions(-)

diff --git 
a/server/src/main/java/org/apache/rocketmq/studio/instance/topic/ProxyAdminClient.java
 
b/server/src/main/java/org/apache/rocketmq/studio/instance/topic/ProxyAdminClient.java
deleted file mode 100644
index 9525544e..00000000
--- 
a/server/src/main/java/org/apache/rocketmq/studio/instance/topic/ProxyAdminClient.java
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package org.apache.rocketmq.studio.instance.topic;
-
-import org.springframework.stereotype.Component;
-
-@Component
-public class ProxyAdminClient {
-    // TODO: Implement proxy admin client for RocketMQ 5.x proxy mode
-}

Reply via email to