This is an automated email from the ASF dual-hosted git repository.
mimaison pushed a commit to branch 4.3
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/4.3 by this push:
new 322b0555dba MINOR: Fix tool package in kafka-dump-log.bat (#22014)
322b0555dba is described below
commit 322b0555dbaa07a2b09875f463b2cc50c43ec17c
Author: Mickael Maison <[email protected]>
AuthorDate: Sat Apr 11 10:56:37 2026 +0200
MINOR: Fix tool package in kafka-dump-log.bat (#22014)
DumpLogSegments was moved to org.apache.kafka.tools.DumpLogSegments
Reviewers: Andrew Schofield <[email protected]>
---
bin/windows/kafka-dump-log.bat | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/windows/kafka-dump-log.bat b/bin/windows/kafka-dump-log.bat
index 3a1473dc61b..96bc4eea616 100644
--- a/bin/windows/kafka-dump-log.bat
+++ b/bin/windows/kafka-dump-log.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.tools.DumpLogSegments %*
+"%~dp0kafka-run-class.bat" org.apache.kafka.tools.DumpLogSegments %*