Repository: kafka Updated Branches: refs/heads/0.10.2 e74a92463 -> 47154d804
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 (cherry picked from commit e9426291aa989ac2624905b844724eeffa608773) Signed-off-by: Guozhang Wang <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/47154d80 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/47154d80 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/47154d80 Branch: refs/heads/0.10.2 Commit: 47154d804e687b021dc16661fc28b27a2fc6c34d Parents: e74a924 Author: Xi Hu <[email protected]> Authored: Wed Jan 25 17:53:51 2017 -0800 Committer: Guozhang Wang <[email protected]> Committed: Wed Jan 25 17:54:00 2017 -0800 ---------------------------------------------------------------------- bin/windows/kafka-configs.bat | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/47154d80/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 %*
