Repository: kafka Updated Branches: refs/heads/trunk 8b3c6c0a1 -> e9426291a
KAFKA-4684: add kafka-configs.bat for Windows boxes Add kafka-configs.bat script for Windows. Author: huxi <[email protected]> Reviewers: Guozhang Wang, Vahid Hashemian Closes #2419 from amethystic/kafka4684_offer_kafkaconfigs_script Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/e9426291 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/e9426291 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/e9426291 Branch: refs/heads/trunk Commit: e9426291aa989ac2624905b844724eeffa608773 Parents: 8b3c6c0 Author: Xi Hu <[email protected]> Authored: Wed Jan 25 17:53:51 2017 -0800 Committer: Guozhang Wang <[email protected]> Committed: Wed Jan 25 17:53:51 2017 -0800 ---------------------------------------------------------------------- bin/windows/kafka-configs.bat | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/e9426291/bin/windows/kafka-configs.bat ---------------------------------------------------------------------- diff --git a/bin/windows/kafka-configs.bat b/bin/windows/kafka-configs.bat new file mode 100644 index 0000000..8bbbbfa --- /dev/null +++ b/bin/windows/kafka-configs.bat @@ -0,0 +1,17 @@ +@echo off +rem Licensed to the Apache Software Foundation (ASF) under one or more +rem contributor license agreements. See the NOTICE file distributed with +rem this work for additional information regarding copyright ownership. +rem The ASF licenses this file to You under the Apache License, Version 2.0 +rem (the "License"); you may not use this file except in compliance with +rem the License. You may obtain a copy of the License at +rem +rem http://www.apache.org/licenses/LICENSE-2.0 +rem +rem Unless required by applicable law or agreed to in writing, software +rem distributed under the License is distributed on an "AS IS" BASIS, +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.admin.ConfigCommand %*
