Skip to content

Commit 322b055

Browse files
committed
MINOR: Fix tool package in kafka-dump-log.bat (#22014)
DumpLogSegments was moved to org.apache.kafka.tools.DumpLogSegments Reviewers: Andrew Schofield <aschofield@confluent.io>
1 parent 1ea96d1 commit 322b055

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/windows/kafka-dump-log.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
rem See the License for the specific language governing permissions and
1515
rem limitations under the License.
1616

17-
"%~dp0kafka-run-class.bat" kafka.tools.DumpLogSegments %*
17+
"%~dp0kafka-run-class.bat" org.apache.kafka.tools.DumpLogSegments %*

0 commit comments

Comments
 (0)