当前位置:   article > 正文

Windows安装kafka 2.13-2.7.0

kafka 2.13-2.7.0

环境准备:

        1. jdk(我电脑是JDK1.8)安装并配置好;

        2. zookeeper(我电脑是3.4.8)安装配置好并启动;

安装包装备:

        官网下载安装包kafka_2.13-2.7.0;

        官方下载链接:Apache Kafkahttps://kafka.apache.org/downloads

安装步骤:

        1. 解压压缩包;

        2. 修改配置文件:kafka_2.13-2.7.0\config\server.properties,主要包括listeners、logs以及zookeeper.connect的配置。

  1. # Licensed to the Apache Software Foundation (ASF) under one or more
  2. # contributor license agreements. See the NOTICE file distributed with
  3. # this work for additional information regarding copyright ownership.
  4. # The ASF licenses this file to You under the Apache License, Version 2.0
  5. # (the "License"); you may not use this file except in compliance with
  6. # the License. You may obtain a copy of the License at
  7. #
  8. # http://www.apache.org/licenses/LICENSE-2.0
  9. #
  10. # Unless required by applicable law or agreed to in writing, software
  11. # distributed under the License is distributed on an "AS IS" BASIS,
  12. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. # See the License for the specific language governing permissions and
  14. # limitations under the License.
  15. # see kafka.server.KafkaConfig for additional details and defaults
  16. ############################# Server Basics #############################
  17. # The id of the broker. This must be set to a unique integer fo
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/不正经/article/detail/535514
推荐阅读
相关标签
  

闽ICP备14008679号