亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Flume怎么采集發送消息到kafka

發布時間:2021-07-09 17:54:38 來源:億速云 閱讀:271 作者:chen 欄目:大數據

這篇文章主要講解了“Flume怎么采集發送消息到kafka”,文中的講解內容簡單清晰,易于學習與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學習“Flume怎么采集發送消息到kafka”吧!

Flume agent腳本及配置如下

Mac

安裝:

brew install flume

啟動腳本:

nohup /usr/local/Cellar/flume/1.9.0/bin/flume-ng agent --conf /data/flume/run/flume/conf/conf.d/ --conf-file /data/flume/run/flume/conf/conf.d/mg-res_test.conf --name mg-res_test -Dflume.codeadmin.logger=INFO,console &

linux

安裝:

http://flume.apache.org/download.html

啟動腳本:

nohup /data/flume/run/flume/bin/flume-ng agent --conf /data/flume/run/flume/conf/conf.d/ --conf-file /data/flume/run/flume/conf/conf.d/mg-res_test.conf --name mg-res_test -Dflume.codeadmin.logger=INFO,console &

配置說明

/data/flume/run/flume/conf/conf.d/mg-res_test.conf

flume主要配置信息,關注中文描述的部分即可

# Name the components on this agent
mg-res_test.sources = mg-res_test
mg-res_test.sinks = mg-res_test
mg-res_test.channels = mg-res_test
# Describe/configure the source
mg-res_test.sources.mg-res_test.type = TAILDIR
# flume 記錄偏移量文件
mg-res_test.sources.mg-res_test.positionFile=/data/logs/test/res-test/mg-res_test.json
mg-res_test.sources.mg-res_test.filegroups=f1
# 待采集的日志文件
mg-res_test.sources.mg-res_test.filegroups.f1=/data/logs/test/res-test/app.log
mg-res_test.sources.mg-res_test.fileHeader=true

# Describe the sink
mg-res_test.sinks.mg-res_test.channel = mg-res_test
mg-res_test.sinks.mg-res_test.type = org.apache.flume.sink.kafka.KafkaSink
# kafka topic配置 以實際為準
mg-res_test.sinks.mg-res_test.kafka.topic = res-test
# kafka 配置信息 以實際為準
mg-res_test.sinks.mg-res_test.kafka.bootstrap.servers = localhost:9092
mg-res_test.sinks.mg-res_test.kafka.flumeBatchSize = 2
mg-res_test.sinks.mg-res_test.kafka.producer.acks = 1
mg-res_test.sinks.mg-res_test.kafka.producer.linger.ms = 1
mg-res_test.sinks.mg-res_test.kafka.producer.compression.type = snappy
# Use a channel which buffers events in memory
mg-res_test.channels.mg-res_test.type = memory
mg-res_test.channels.mg-res_test.capacity = 100000
mg-res_test.channels.mg-res_test.transactionCapacity = 10000
# Bind the source and sink to the channel
mg-res_test.sources.mg-res_test.channels = mg-res_test
mg-res_test.sinks.mg-res_test.channel = mg-res_test

/data/flume/run/flume/conf/conf.d/flume-env.sh

配置java home即可

export JAVA_OPTS="-Xms128m -Xmx128m -Dcom.sun.management.jmxremote"
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_192.jdk/Contents/Home

驗證

本地環境可以直接啟動kafka消費看有沒有消息進入,測試環境請查詢kafka消息增量或業務系統實際消費情況

kafka-console-consumer --bootstrap-server localhost:9092 --topic res-test --from-beginning

感謝各位的閱讀,以上就是“Flume怎么采集發送消息到kafka”的內容了,經過本文的學習后,相信大家對Flume怎么采集發送消息到kafka這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是億速云,小編將為大家推送更多相關知識點的文章,歡迎關注!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

寿阳县| 巨鹿县| 建瓯市| 宁晋县| 汉源县| 贵德县| 美姑县| 河源市| 青浦区| 裕民县| 英德市| 宝应县| 共和县| 临朐县| 镇宁| 台州市| 瑞丽市| 太湖县| 兴文县| 原平市| 东明县| 潼关县| 建平县| 泰州市| 吉林市| 铜陵市| 吉林省| 四子王旗| 大石桥市| 诸暨市| 铜山县| 昌图县| 怀来县| 吐鲁番市| 伊金霍洛旗| 娄底市| 衡水市| 香河县| 墨竹工卡县| 海门市| 太白县|