
kafka
666呀
点点滴滴会聚江河湖海
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Kafka Consumer消费压力测试
准备Topic 注意该Topic一定要有数据。 运行压力测试脚本 ./bin/kafka-consumer-perf-test.sh --broker-list test01:6667,test02:6667,test05:6667 --messages 2000000 --topic flink_test --group g1 --threads 24 脚本所指定的参数可以利用**...原创 2020-03-19 14:18:55 · 1178 阅读 · 1 评论 -
Kafka Connector的Consumer配置SSL认证
开发SinkConnector和开发SinkeConnectorTask略 配置connect-standalone-consumer.properties # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE fi...原创 2019-04-29 13:12:20 · 1594 阅读 · 0 评论