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

溫馨提示×

溫馨提示×

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

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

關于Kafka的其他一些內容,堆積情況,retention,auto.offset.reset

發布時間:2020-08-06 13:34:39 來源:網絡 閱讀:10845 作者:鯨落大叔 欄目:大數據

producer是線程安全的,多線程分享共用一個producer比用多個 producer整體上要快

如果你想了解大數據的學習路線,想學習大數據知識以及需要免費的學習資料可以加群:784789432.歡迎你的加入。每天下午三點開直播分享基礎知識,晚上20:00都會開直播給大家分享大數據項目實戰。

可以命令行查看某consumer group所有consumer的offset,和落后的多少,也就是說可以查看Kafka中數據的堆積情況,以下來自官方文檔

Sometimes it's useful to see the position of your consumers. We have a tool that will show the position of all consumers in a consumer group as well as how far behind the end of the log they are. To run this tool on a consumer group named my-group consuming a topic named my-topic would look like this:

bin/kafka-consumer-groups.sh --bootstrap-server localhost:9092 --describe --group my-group

Note: This will only show information about consumers that use the Java consumer API (non-ZooKeeper-based consumers).

TOPIC PARTITION CURRENT-OFFSET LOG-END-OFFSET LAG CONSUMER-ID HOST CLIENT-ID
my-topic 0 2 4 2 consumer-1-029af89c-873c-4751-a720-cefd41a669d6 /127.0.0.1 consumer-1
my-topic 1 2 3 1 consumer-1-029af89c-873c-4751-a720-cefd41a669d6 /127.0.0.1 consumer-1
my-topic 2 2 3 1 consumer-2-42c1abd4-e3b2-425d-a8bb-e1ea49b29bb2 /127.0.0.1 consumer-2

This tool also works with ZooKeeper-based consumers:

bin/kafka-consumer-groups.sh --zookeeper localhost:2181 --describe --group my-group

Note: This will only show information about consumers that use ZooKeeper (not those using the Java consumer API).

TOPIC PARTITION CURRENT-OFFSET LOG-END-OFFSET LAG CONSUMER-ID
my-topic 0 2 4 2 my-group_consumer-1
my-topic 1 2 3 1 my-group_consumer-1
my-topic 2 2 3 1 my-group_consumer-2

retention

Kafka保留消費后的數據,但也不是永遠保留,默認7天后,會自動刪除數據。當然我們可以設置保留(retention)幾天,由broker config (也就是server.properties)中的log.retention.ms、log.retention.minutes、log.rentention.hours設置,優先級遞增。默認log.rentention.hours=168。

還有一種retention的設置方法,就是log.retention.bytes,也是server.properties中設置,定義了一個partition存儲的最大大小。兩種方法一種滿足就會刪除。

kafka刪除是按照segment來刪,一次只能整個刪掉一個或多個segment。

另外也可以設置每個topic的retention情況,具體看官方文檔http://kafka.apache.org/documentation/

See http://kafka.apache.org/documentation/#brokerconfigs for the full list of log.retention./log.roll./log.segment.* configs

auto.offset.reset

What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server (e.g. because that data has been deleted):
earliest: automatically reset the offset to the earliest offset
latest: automatically reset the offset to the latest offset
none: throw exception to the consumer if no previous offset is found for the consumer's group
anything else: throw exception to the consumer.

default: latest

每一個topic記錄offset,offset屬于不同的group,一個group只有一個offset(每個partition)

向AI問一下細節

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

AI

肇庆市| 磐石市| 林口县| 百色市| 察雅县| 广河县| 红原县| 鹤峰县| 锦州市| 寻甸| 阜阳市| 刚察县| 米易县| 汾西县| 临沭县| 北川| 河北省| 舞钢市| 揭阳市| 柳江县| 望谟县| 武穴市| 雷波县| 古浪县| 凤凰县| 衡阳县| 孟津县| 两当县| 沾化县| 唐海县| 长顺县| 石首市| 娱乐| 平江县| 天镇县| 武乡县| 迭部县| 平潭县| 环江| 北安市| 东莞市|