Skip to content

Commit 1980f38

Browse files
authored
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 2fd5946 commit 1980f38

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)