首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏Hadoop数据仓库

    基于 HBase & Phoenix 构建实时数仓(4)—— Kafka 集群安装部署

    3 # 创建三分区三副本主题 kafka-topics.sh --bootstrap-server node2:9092,node3:9092,node4:9092 --create --topic test topic test-1 kafka-topics.sh --bootstrap-server node2:9092,node3:9092,node4:9092 --describe --topic test : Topic: test-3 Partition: 0 Leader: 1 Replicas: 1,0,2 Isr: 1,0,2 Topic: test-3 Partition: 1 Leader: 0 Replicas: 0,2,1 Isr: 0,2,1 Topic: test-3 Partition: 2 Leader 测量 kafka 三分区生产者吞吐量 kafka-producer-perf-test.sh --topic test-3 --num-records 500000 --record-size 2048

    46010编辑于 2024-03-12
  • 来自专栏机器学习与系统

    使用 Act 本地运行 GitHub Actions

    1] docker pull image=adolphlwq/act-runner-ubuntu:22.04 platform= username= forcePull=true [test/test /act-runner-ubuntu:22.04 platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host" [test/test /act-runner-ubuntu:22.04 platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host" [test/test [] network="host" [test/test-1] ☁ git clone 'https://github.com/actions/setup-go' # ref=v5 [test/test -3] Non-terminating error while running 'git clone': some refs were not updated [test/test-3] ☁ git

    2.5K10编辑于 2024-07-02
  • 来自专栏各类技术文章~

    应用重启正在执行的任务会如何处理?

    应用pid 复制代码 2.3.5 现象 Exception in thread "test-2" Exception in thread "test-1" Exception in thread "test com.boot.example.ShutDownController : task execute complete... 2021-12-09 17:09:40.055 INFO 22383 --- [ test com.boot.example.ShutDownController : task execute complete... 2021-12-09 17:09:50.059 INFO 22383 --- [ test com.boot.example.ShutDownController : task execute complete... 2021-12-09 17:10:00.065 INFO 22383 --- [ test

    1.2K10编辑于 2021-12-09
  • 来自专栏smh的技术文章

    sass的基础用法

    height: 10px; background-color: gray; } .test-2 { height: 20px; background-color: gray; } .test

    62730发布于 2020-07-23
  • 来自专栏python3

    初学linux系统管理3

    或者安装相同的软件,可以使用如下两种方法: 实验环境,有9台RHEL5.5_x64的主机,host表如下: test-1        10.9.1.1 test-2         10.9.1.2 test 默认的组,也可以使用-g参数指定不同的主机组         @test group test ()         +test-1         +test-2         +test

    1.8K10发布于 2020-01-08
  • 来自专栏踏歌行的专栏

    kafka_2.11-2.0.0_常用操作

    53 test-1 7 drwxrwxr-x 2 yun yun 141 Sep 15 18:53 test-2 8 drwxrwxr-x 2 yun yun 141 Sep 15 18:53 test 53 test-0 7 drwxrwxr-x 2 yun yun 141 Sep 15 18:53 test-1 8 drwxrwxr-x 2 yun yun 141 Sep 15 18:53 test

    93421发布于 2020-10-15
  • 来自专栏程序员成长指北

    Js是怎样运行起来的?

    'bar-B' this[50] = 'test-50' this[9] = 'test-9' this[8] = 'test-8' this[3] = 'test console.log(`index:${key} value:${bar[key]}`) } 打印出来的结果如下: index:1 value:test-1 index:3 value:test

    3.5K21发布于 2021-09-18
  • 来自专栏linux技术分享

    docker浅入深出续

    $ docker run -d --name test-3 nginx:alpine echo 123 $ docker run -d --name test-4 nginx:alpine ping

    91281发布于 2020-08-28
  • 来自专栏无限可能的程序开发

    V8中的快慢属性(图文分解更易理解)

    this["B"] = 'foo-B' this[50] = 'test-50' this[9] = 'test-9' this[8] = 'test-8' this[3] = 'test

    63130编辑于 2022-09-23
  • 来自专栏老安的博客

    openstack octavia 简介以及手工安装过程

    test [root@controller ~]# openstack server list |grep test- | d8dc22d4-e657-4c54-96f9-3a53ca67533d | test Permanently added '192.168.123.10' (RSA) to the list of known hosts. cirros@192.168.123.10's password:  test

    5.1K41发布于 2018-07-06
  • 来自专栏服务端思维

    如何绕过 Docker ,大规模杀死容器

    2046)->(0x1, 1)->end Curr:2022020-12-04T04:31:32.308Z dockerd Releasing addresses for endpoint test

    94130发布于 2021-04-02
  • 来自专栏Hadoop数据仓库

    基于 HBase & Phoenix 构建实时数仓(5)—— 用 Kafka Connect 做实时数据同步

    9092,node3:9092,node4:9092 __consumer_offsets connect-configs connect-offsets connect-status test-1 test connect-offsets connect-status mysql-hbase-test mysql-hbase-test.test.t1 schemahistory.mysql-hbase-test test-1 test

    87410编辑于 2024-03-21
  • 来自专栏大数据实战演练

    Kafka基础(一):基本概念及生产者、消费者示例

    Kafka的存储目录为 /kafka-logs ,test-0 ~ test-3 为主题 test 的 4 个分区。分区文件夹的名字是主题名加上分区编号,编号从 0 开始。

    1.2K30发布于 2019-06-19
  • 来自专栏架构探险之道

    [Spring] Spring 容器事件

    BusinessEventListener 收到消息 com.example.spring.event.source.BusinessEvent eventPublisher 发送 businessEvent Test

    59110发布于 2019-12-17
  • 来自专栏JetPack

    Kotlin | 协程使用手册(不间断更新)

    emit(request) } .collect { value -> println(value) } } test-1 1 test-2 2 test

    3K20编辑于 2022-02-09
  • 来自专栏全栈程序员必看

    看完这篇Kafka,你也许就会了Kafka[通俗易懂]

    } } 输出结果: offset=0, key=test-1, value=test-1 offset=1, key=test-2, value=test-2 offset=2, key=test -3, value=test-3 offset=3, key=test-4, value=test-4 offset=4, key=test-5, value=test-5 offset=5, key

    23.1K512编辑于 2022-08-24
  • 来自专栏程序员成长指北

    浏览器是如何工作的:Chrome V8让你更懂JavaScript

    this['B'] = 'bar-B'; this[50] = 'test-50'; this[9] = 'test-9'; this[8] = 'test-8'; this[3] = 'test console.log(`index:${key} value:${bar[key]}`); } //输出: // index:1 value:test-1 // index:3 value:test

    1.6K41发布于 2020-11-10
  • 来自专栏Nodejs技术栈

    浏览器是如何工作的:Chrome V8 让你更懂 JavaScript

    this['B'] = 'bar-B'; this[50] = 'test-50'; this[9] = 'test-9'; this[8] = 'test-8'; this[3] = 'test console.log(`index:${key} value:${bar[key]}`); } //输出: // index:1 value:test-1 // index:3 value:test

    1.2K20发布于 2021-03-16
  • 来自专栏code秘密花园

    浏览器是如何工作的:Chrome V8让你更懂JavaScript

    this['B'] = 'bar-B'; this[50] = 'test-50'; this[9] = 'test-9'; this[8] = 'test-8'; this[3] = 'test console.log(`index:${key} value:${bar[key]}`); } //输出: // index:1 value:test-1 // index:3 value:test

    1.7K41发布于 2020-10-30
  • 来自专栏sowhat1412

    第一天:Kafka理论学习

    针对下图中情况,3 个分区(test-0 ~ test-3),3 个消费者(ConsumerA ~ C),哪个消费者应该消费哪个分区的消息呢?? 对于如上这种情况,3 个分区, 3 个消费者。

    65320发布于 2020-11-05
领券