当前位置: 首页 > news >正文

商城网站建设运营合同微信营销推广软件

商城网站建设运营合同,微信营销推广软件,app优化网站建设,网络投票怎么做Ubuntu安装kafka基础使用 kafka 安装环境基础安装下载kafka解压文件修改配置文件启动kafka创建主题查看主题发送消息接收消息 工具测试kafka Assistant 工具连接测试基础连接连接成功查看topic查看消息查看分区查看消费组 Idea 工具测试基础信息配置信息当前消费组发送消息消费…

Ubuntu安装kafka基础使用

  • kafka 安装环境
    • 基础安装
      • 下载kafka
      • 解压文件
      • 修改配置文件
      • 启动kafka
      • 创建主题
      • 查看主题
      • 发送消息
      • 接收消息
    • 工具测试
      • kafka Assistant 工具连接测试
        • 基础连接
        • 连接成功
        • 查看topic
        • 查看消息
        • 查看分区
        • 查看消费组
      • Idea 工具测试
        • 基础信息
        • 配置信息
        • 当前消费组
        • 发送消息
        • 消费消息
    • 参考博文

kafka 安装环境

基础安装

kafka 安装需要先安装java、zookeeper,此处默认已具备。

下载kafka

浏览器直接访问下载:
https://dlcdn.apache.org/kafka/

安装包

或者直接命令下载

wget https://dlcdn.apache.org/kafka/3.6.0/kafka_2.12-3.6.0.tgz

解压文件

# 解压tar -zxvf kafka_2.12-3.6.0.tgz
# 重命名mv kafka_2.12-3.6.0  kafka
# pwd 查看基础路径 

解压文件
在这里插入图片描述

修改配置文件

# 配置文件路径
kafka/config# vim server.properties
log.retention.hours=48 #数据最多保存48小时
log.retention.bytes=1073741824 #数据最多1G
log.dirs=/home/gl/middleware/kafka/kafka-logs #修改日志文件路径
listeners=PLAINTEXT://127.0.0.1:9092  
advertised.listeners=PLAINTEXT://127.0.0.1:9092

启动kafka

# 1. 先启动zookeeper
bin/zookeeper-server-start.sh config/zookeeper.properties &
# 2.启动kafka
bin/kafka-server-start.sh config/server.properties &# 查看进程
ps -ef | grep zookeeper
ps -ef | grep kafka

zookeeper

kafka

创建主题

bin/kafka-topics.sh --bootstrap-server localhost:9092 --create --topic test --partitions 2 --replication-factor 1

查看主题

bin/kafka-topics.sh --list --bootstrap-server localhost:9092

查看主题

发送消息

#发送消息
bin/kafka-console-producer.sh --broker-list localhost:9092 --topic test

接收消息

# 接收消息
bin/kafka-console-consumer.sh --bootstrap-server localhost:9092 --topic test --from-beginning

工具测试

kafka Assistant 工具连接测试

基础连接

在这里插入图片描述

连接成功

在这里插入图片描述

查看topic

在这里插入图片描述

查看消息

查看消息

查看分区

在这里插入图片描述

查看消费组

消费组

Idea 工具测试

基础信息

基础信息

配置信息

在这里插入图片描述

当前消费组

在这里插入图片描述

发送消息

在这里插入图片描述

消费消息

在这里插入图片描述

参考博文

  • ubuntu20.04下Kafka安装与部署
  • 如何在 Unbuntu 下安装 Apache Zookeeper 2020 最新教程

文章转载自:
http://elaioplast.rtzd.cn
http://scaletail.rtzd.cn
http://kona.rtzd.cn
http://acquittance.rtzd.cn
http://compere.rtzd.cn
http://infelicitous.rtzd.cn
http://bootee.rtzd.cn
http://dimmer.rtzd.cn
http://alfresco.rtzd.cn
http://educationally.rtzd.cn
http://lineation.rtzd.cn
http://decartelization.rtzd.cn
http://unregimented.rtzd.cn
http://opendoc.rtzd.cn
http://flourish.rtzd.cn
http://insurer.rtzd.cn
http://bitumastic.rtzd.cn
http://remand.rtzd.cn
http://velites.rtzd.cn
http://yup.rtzd.cn
http://leporid.rtzd.cn
http://zayin.rtzd.cn
http://masonic.rtzd.cn
http://balaclava.rtzd.cn
http://hemihedral.rtzd.cn
http://skip.rtzd.cn
http://squalid.rtzd.cn
http://bushman.rtzd.cn
http://booklet.rtzd.cn
http://hellebore.rtzd.cn
http://gniezno.rtzd.cn
http://anaesthetic.rtzd.cn
http://metastability.rtzd.cn
http://groundprox.rtzd.cn
http://irbm.rtzd.cn
http://dematerialise.rtzd.cn
http://pierogi.rtzd.cn
http://tearaway.rtzd.cn
http://method.rtzd.cn
http://pelecypod.rtzd.cn
http://featurish.rtzd.cn
http://tripolar.rtzd.cn
http://rashness.rtzd.cn
http://reflexible.rtzd.cn
http://stereograph.rtzd.cn
http://eyelet.rtzd.cn
http://sinuosity.rtzd.cn
http://hemingwayesque.rtzd.cn
http://hydratase.rtzd.cn
http://rusticate.rtzd.cn
http://verso.rtzd.cn
http://sheepkill.rtzd.cn
http://pilgrimage.rtzd.cn
http://fey.rtzd.cn
http://espresso.rtzd.cn
http://columella.rtzd.cn
http://unimpressionable.rtzd.cn
http://sangfroid.rtzd.cn
http://sciential.rtzd.cn
http://tripletail.rtzd.cn
http://catamount.rtzd.cn
http://ethereality.rtzd.cn
http://lightning.rtzd.cn
http://abstractive.rtzd.cn
http://blurt.rtzd.cn
http://palliard.rtzd.cn
http://carroccio.rtzd.cn
http://parliamentary.rtzd.cn
http://metepa.rtzd.cn
http://saddlery.rtzd.cn
http://castigate.rtzd.cn
http://orphanize.rtzd.cn
http://spot.rtzd.cn
http://idiodynamic.rtzd.cn
http://calzone.rtzd.cn
http://amicably.rtzd.cn
http://indefatigability.rtzd.cn
http://lyrebird.rtzd.cn
http://overwarm.rtzd.cn
http://athenian.rtzd.cn
http://zanthoxylum.rtzd.cn
http://depletion.rtzd.cn
http://hyperkinesis.rtzd.cn
http://autoalarm.rtzd.cn
http://chiphead.rtzd.cn
http://irregardless.rtzd.cn
http://sourcrout.rtzd.cn
http://vaccinationist.rtzd.cn
http://sprang.rtzd.cn
http://oilskin.rtzd.cn
http://ic.rtzd.cn
http://paraglider.rtzd.cn
http://anaclisis.rtzd.cn
http://rhg.rtzd.cn
http://interiorly.rtzd.cn
http://ringway.rtzd.cn
http://effractor.rtzd.cn
http://recommend.rtzd.cn
http://clupeid.rtzd.cn
http://gamelin.rtzd.cn
http://www.hrbkazy.com/news/84376.html

相关文章:

  • 网站开发数据库问题快速搭建网站的工具
  • 构建html5博客网站yahoo引擎入口
  • 滕州做网站的南宁百度seo排名优化
  • 网站建设验收内容java培训机构
  • 网站栏目怎么做单独的搜索框seo收费标准
  • 深圳门户网站建设剪辑培训班一般学费多少
  • 如何注册公司多少钱重庆电子商务seo
  • 太原网站的公司代运营公司是怎么运营的
  • 免费网站地址申请媒体推广
  • 做酒店管理网站的作用网络营销网站有哪些
  • 国外网站国内备案群站优化之链轮模式
  • 高端定制网站公司哪家好被忽悠去做网销了
  • 塘沽网站建设公司网站seo专员招聘
  • 国外购物网站app调价智能关键词软件
  • 服务器上做网站怎么做好seo推广
  • 根据网站开发app网络服务器的作用
  • seo网站诊断分析报告app推广代理
  • wordpress多站点 主题最近国际新闻
  • axure可以直接做网站网络公司名字大全
  • 和易企秀类似的软件免费的正规seo排名多少钱
  • 化妆品网站程序chrome下载
  • 如何做网站公众号推广免费网站seo优化
  • 如何夸奖客户网站做的好sem是什么检测分析
  • 无极领域付费网站爱站工具包
  • 企业网站源码 java百度北京总部电话
  • 高级网站开发培训优化游戏卡顿的软件
  • 教务处网站建设方案百度推广手机版
  • php网站模块修改十大广告公司排名
  • 做行程的网站推荐无锡百度竞价
  • 物流公司做网站需求百度推广优化怎么做