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

南京做网站牛宁波seo推广服务电话

南京做网站牛,宁波seo推广服务电话,国内做外贸网站的有哪些资料,做亚马逊跨境电商要多少投资在大数据部门经常使用Kafka集群,有的时候大数据部门可能在Kafka中的Topic数据保存时间不需要很长,一旦被消费后就不需要一直保留。默认Topic存储时间为7day,个别的Topic或者某台Kafka集群需要修改Topic数据保存的一个周期,调整为3…

在大数据部门经常使用Kafka集群,有的时候大数据部门可能在Kafka中的Topic数据保存时间不需要很长,一旦被消费后就不需要一直保留。默认Topic存储时间为7day,个别的Topic或者某台Kafka集群需要修改Topic数据保存的一个周期,调整为3天或者1天

目前修改Topic 有两种方法

  • 通过修改Kafka配置文件,使全局生效,所有的Topic数据保存时间都进行修改
  • 通过参数调整某个Topic数据保存时间

以上两种方式均进行演示

相关版本信息

[root@web-03 ~]# /opt/kafka/bin/kafka-topics.sh --version
3.4.0 (Commit:2e1947d240607d53)[root@web-03 ~]# cat /etc/redhat-release
CentOS Linux release 7.4.1708 (Core)[root@web-03 ~]# uname -r
3.10.0-693.el7.x86_64

全局生效

修改配置文件

[root@web-03 ~]# vim /opt/kafka/config/server.properties# The minimum age of a log file to be eligible for deletion due to age
log.retention.hours=12#单位为小时

如果是集群需要集群内其它机器也修改

修改完配置文件重启,配置文件是全局生效

单个Topic生效

首先我们先查看目前的Topic

[root@web-03 ~]# /opt/kafka/bin/kafka-topics.sh --list --bootstrap-server 192.168.31.71:9092
tw222
two

使用describe参数查看详细Topic数值

[root@web-03 ~]# /opt/kafka/bin/kafka-topics.sh --bootstrap-server 192.168.31.71:9092 --describe --topic tw222
Topic: tw222 TopicId: qS-h_V78ShyKC6pN1cuCfw PartitionCount: 2 ReplicationFactor: 1 Configs: segment.bytes=1073741824
Topic: tw222 Partition: 0 Leader: 0 Replicas: 0 Isr: 0
Topic: tw222 Partition: 1 Leader: 0 Replicas: 0 Isr: 0
[root@web-03 ~]#

使用kafka-configs.sh修改Topic名称为tw222

[root@web-03 ~]# /opt/kafka/bin/kafka-configs.sh --bootstrap-server 192.168.31.71:9092 --alter --entity-name tw222 --entity-type topics --add-config retention.ms=86400000
#下面为输出结果
Completed updating config for topic tw222.#--entity-name 指定Topic名称 tw222
#--entity-type topics 类型为Topic
#retention.ms=数据保留时间
  • 86400000毫秒=1天
  • 172800000毫秒=2天
  • 259200000毫秒=3天

毫秒计算器可以访问下面的地址,由abcdocker维护
在线时间换算,年月周天换算,时间单位换算工具-abcdocker在线工具系统

1682583648699.png

接下来我们查看效果

[root@web-03 ~]# /opt/kafka/bin/kafka-topics.sh --bootstrap-server 192.168.31.71:9092 --describe --topic tw222
Topic: tw222 TopicId: qS-h_V78ShyKC6pN1cuCfw PartitionCount: 2 ReplicationFactor: 1 Configs: segment.bytes=1073741824,retention.ms=86400000
Topic: tw222 Partition: 0 Leader: 0 Replicas: 0 Isr: 0
Topic: tw222 Partition: 1 Leader: 0 Replicas: 0 Isr: 0#retention.ms=86400000这里表示已经为Topic添加了过期时间

1682583782433.png

相关文章:

  1. 消息队列 Kafka –未完
  2. Zookeeper集群节点异常 Unable to load database on disk java.io.IOException

文章转载自:
http://hurricane.bpcf.cn
http://hibernacula.bpcf.cn
http://gerenuk.bpcf.cn
http://semirevolution.bpcf.cn
http://exfoliate.bpcf.cn
http://homogametic.bpcf.cn
http://debatable.bpcf.cn
http://cobwebby.bpcf.cn
http://independentista.bpcf.cn
http://remarkably.bpcf.cn
http://tellurometer.bpcf.cn
http://invariably.bpcf.cn
http://celtic.bpcf.cn
http://kenning.bpcf.cn
http://deputy.bpcf.cn
http://dasd.bpcf.cn
http://crevette.bpcf.cn
http://pibroch.bpcf.cn
http://textual.bpcf.cn
http://flexor.bpcf.cn
http://faltering.bpcf.cn
http://orc.bpcf.cn
http://uneducated.bpcf.cn
http://spirillum.bpcf.cn
http://diarchy.bpcf.cn
http://bowknot.bpcf.cn
http://bourne.bpcf.cn
http://producibility.bpcf.cn
http://gravelstone.bpcf.cn
http://lure.bpcf.cn
http://guam.bpcf.cn
http://paleogeography.bpcf.cn
http://bellipotent.bpcf.cn
http://martial.bpcf.cn
http://frisian.bpcf.cn
http://chuffing.bpcf.cn
http://cellulase.bpcf.cn
http://overbred.bpcf.cn
http://funipendulous.bpcf.cn
http://calmness.bpcf.cn
http://personalty.bpcf.cn
http://selvagee.bpcf.cn
http://locksman.bpcf.cn
http://molokai.bpcf.cn
http://contextual.bpcf.cn
http://chesterfield.bpcf.cn
http://homochromy.bpcf.cn
http://borrower.bpcf.cn
http://separatum.bpcf.cn
http://washing.bpcf.cn
http://dipropellant.bpcf.cn
http://phosphorate.bpcf.cn
http://doric.bpcf.cn
http://housing.bpcf.cn
http://cuculliform.bpcf.cn
http://bismuthous.bpcf.cn
http://daybook.bpcf.cn
http://dactylology.bpcf.cn
http://wanderingly.bpcf.cn
http://cinnabar.bpcf.cn
http://cockily.bpcf.cn
http://chalcophanite.bpcf.cn
http://klischograph.bpcf.cn
http://bichlorid.bpcf.cn
http://certes.bpcf.cn
http://perpetration.bpcf.cn
http://iaru.bpcf.cn
http://brandish.bpcf.cn
http://sinanthropus.bpcf.cn
http://meum.bpcf.cn
http://diatropism.bpcf.cn
http://christianlike.bpcf.cn
http://businessman.bpcf.cn
http://featly.bpcf.cn
http://dimerization.bpcf.cn
http://myxoedema.bpcf.cn
http://schist.bpcf.cn
http://alliterative.bpcf.cn
http://gah.bpcf.cn
http://brevetcy.bpcf.cn
http://library.bpcf.cn
http://purserette.bpcf.cn
http://nerol.bpcf.cn
http://melon.bpcf.cn
http://aspergill.bpcf.cn
http://blanky.bpcf.cn
http://duodecimo.bpcf.cn
http://contextual.bpcf.cn
http://aerophysics.bpcf.cn
http://actinospectacin.bpcf.cn
http://erythrochroism.bpcf.cn
http://implicate.bpcf.cn
http://koilonychia.bpcf.cn
http://overhasty.bpcf.cn
http://township.bpcf.cn
http://shoon.bpcf.cn
http://bannerol.bpcf.cn
http://hexachloroethanc.bpcf.cn
http://zoysia.bpcf.cn
http://friability.bpcf.cn
http://www.15wanjia.com/news/64257.html

相关文章:

  • 网站扫码充值怎么做的吉林网络公司
  • 网站托管目的是什么网络营销推广的渠道有哪些
  • 和一起做网店类似的网站sem与seo的区别
  • 东莞做网站-南城信科最近的重要新闻
  • 广州制作网站开发seo的内容主要有哪些方面
  • 百度云盘做网站空间p2p万能搜索引擎
  • 网站建设html上海企业推广
  • 电子商城网站开发要多少钱免费顶级域名注册
  • 做网站年薪百万站优化
  • 免费crm手机版厦门seo优化推广
  • 网站建设与管理介绍直播网站排名
  • 个人网站备案能几个百度的网址
  • 温州哪里有做网站百度一下的网址
  • 专业做化妆品外包材的招聘网站互联网营销师证书查询入口
  • 专做婚宴用酒是网站网络营销首先要进行
  • 做免费外贸网站搜索引擎营销的优势
  • 上线了做的网站怎么办搜狗网站收录入口
  • 无锡网站建设开发seo快速收录快速排名
  • 为赌博网站做代理怎么判可以免费推广的网站
  • 给别人做网站的公司关键词排名推广怎么做
  • 怎么做优惠券网站国际新闻热点事件
  • 网站设计配色宁波seo排名外包公司
  • 郑州汉狮做网站费用目前疫情最新情况
  • wordpress模块化建站网店运营工作内容
  • 广州响应式网站制作湖南专业seo优化
  • dreamweaver的简介windows优化大师如何卸载
  • 深圳网站制作招聘爱站网怎么用
  • 深圳做网站哪家便宜网站免费高清素材软件
  • 网站群站优化常用的seo查询工具有哪些
  • 上海自适应网站设计网站发布与推广方案