91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

Kafka Producer重試參數retries設置取舍的示例分析

發布時間:2021-11-17 17:18:20 來源:億速云 閱讀:700 作者:柒染 欄目:大數據

Kafka Producer重試參數retries設置取舍的示例分析,很多新手對此不是很清楚,為了幫助大家解決這個難題,下面小編將為大家詳細講解,有這方面需求的人可以來學習下,希望你能有所收獲。

1.retries參數說明

參數的設置通常是一種取舍,看下retries參數在版本0.11.3說明:

Setting a value greater than zero will cause the client to resend
any record whose send fails with a potentially transient error.
Note that this retry is no different than if the client resent the
record upon receiving the error.
Allowing retries without setting max.in.flight.requests.per.connection to 1 will potentially change
the ordering of records because if two batches are sent to a single
partition, and the first fails and is retried but the second succeeds,
then the records in the second batch may appear first.

備注:當發送失敗時客戶端會進行重試,重試的次數由retries指定,此參數默認設置為0。即:快速失敗模式,當發送失敗時由客戶端來處理后續是否要進行繼續發送。如果設置retries大于0而沒有設置max.in.flight.requests.per.connection=1則意味著放棄發送消息的順序性。

2.retries使用建議

使用retries的默認值交給使用方自己去控制,結果往往是不處理。所以通用設置建議設置如下:

retries = Integer.MAX_VALUE
max.in.flight.requests.per.connection = 1

備注:這樣設置后,發送客戶端會一直進行重試直到broker返回ack;同時只有一個連接向broker發送數據保證了數據的順序性。在Leader選舉、集群中一個broker掛掉時,發送端會一直重試直到Leader選舉結束。避免由于客戶端對異常未處理造成的數據丟失,例如:遇到類似“This server is not the leader for that topic-partition”會自動恢復。

3.retries后續發展

該參數的設置已經在kafka 2.4版本中默認設置為Integer.MAX_VALUE;同時增加了delivery.timeout.ms的參數設置。

The default value for the producer's retries config was changed to
Integer.MAX_VALUE, as we introduced delivery.timeout.ms in KIP-91,
which sets an upper bound on the total time between sending a
record and receiving acknowledgement from the broker.
By default, the delivery timeout is set to 2 minutes.

KIP-91: https://cwiki.apache.org/confluence/display/KAFKA/KIP-91+Provide+Intuitive+User+Timeouts+in+The+Producer

看完上述內容是否對您有幫助呢?如果還想對相關知識有進一步的了解或閱讀更多相關文章,請關注億速云行業資訊頻道,感謝您對億速云的支持。

向AI問一下細節

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

AI

印江| 教育| 宝应县| 昭苏县| 聂拉木县| 仁化县| 韶山市| 文安县| 麻阳| 邓州市| 漠河县| 武山县| 习水县| 兴和县| 昆明市| 阜平县| 天气| 横峰县| 荣昌县| 达日县| 郎溪县| 雷波县| 开远市| 沂源县| 怀远县| 南陵县| 华安县| 抚松县| 内江市| 顺昌县| 阜城县| 牟定县| 莒南县| 巴林右旗| 乌鲁木齐县| 利辛县| 喀喇| 新乡县| 阿克陶县| 陕西省| 邳州市|