中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

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

长子县| 福州市| 台州市| 兴山县| 工布江达县| 金溪县| 阳泉市| 稻城县| 铜川市| 安宁市| 太湖县| 襄垣县| 沙洋县| 正蓝旗| 南汇区| 阿坝| 雷州市| 穆棱市| 邵东县| 原平市| 平南县| 武安市| 太康县| 积石山| 当雄县| 九龙城区| 桓台县| 临颍县| 柳州市| 金堂县| 沅江市| 博爱县| 如皋市| 孟连| 昭通市| 临湘市| 灌云县| 子洲县| 商城县| 忻州市| 齐河县|