This is an automated email from the ASF dual-hosted git repository.
mimaison 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 1980f385297 MINOR: Fix tool package in kafka-dump-log.bat (#22014)
1980f385297 is described below
commit 1980f3852976adff55e01cb9d3830e5ba7c438cb
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 %*