iT邦幫忙

鐵人檔案

2024 iThome 鐵人賽
回列表
Software Development

每天罵爆一隻 Kafka Pull Request 系列

Kafka 作為世界上最熱門的分散式系統之一,你是否想過開發社群裡頭的模樣?

本鐵人將為大家作為先鋒,勇闖 Kafka 社群去審視 Pull Request!

讀者透過這系列文章可以學到以下項目:

1. Kafka 的開發文化
2. Kafka 最新的開發項目
3. 或許還有本鐵人廢文撰寫過程中的各種八卦

鐵人鍊成 | 共 30 篇文章 | 6 人訂閱 訂閱系列文 RSS系列文 團隊os4y00
DAY 1

KAFKA-15859 Make RemoteListOffsets call an async operation

JiraPull Request 故事背景 KIP-405引入了 Remote storage 讓偉大的 Kafka 再次偉大, Remote storage...

2024-09-15 ‧ 由 chia7712 分享
DAY 2

KIP-1064: Upgrade slf4j to 2.x

https://cwiki.apache.org/confluence/plugins/servlet/mobile?contentId=311627137#c...

2024-09-16 ‧ 由 chia7712 分享
DAY 3

KAFKA-17066 new consumer updateFetchPositions all in background thread

Pull Request: https://github.com/apache/kafka/pull/16885 背景故事 Kafka Consumer 曾經帶...

2024-09-17 ‧ 由 chia7712 分享
DAY 4

KAFKA-17492 skip features with minVersion of 0 instead of replacing 0 with 1

https://github.com/apache/kafka/pull/17128 背景故事 相信每個 Kafka 的重度使用者都遇過 rolling upg...

2024-09-18 ‧ 由 chia7712 分享
DAY 5

KIP-1090 Flaky Test Management

https://lists.apache.org/thread/d4r4g9hqfmwpckdk9j01n7dh5y25j11n 背景故事 俗話說的好人在江湖走...

2024-09-19 ‧ 由 chia7712 分享
DAY 6

KAFKA-17505 New consumer seekToBeginning/End should run in background thread

https://issues.apache.org/jira/browse/KAFKA-17505 背景故事 今天我們來聊聊 Consumer 三個用來調整 o...

2024-09-20 ‧ 由 chia7712 分享
DAY 7

KAFKA-17552 Handle LIST_OFFSETS request for max_timestamp when remote storage is enabled

https://issues.apache.org/jira/browse/KAFKA-17552 背景故事 LIST_OFFSETS是一個非常好用的請求,在之...

2024-09-21 ‧ 由 chia7712 分享
DAY 8

KAFKA-17520: Align ducktape version in tests/docker/Dockerfile and tests/setup.py

https://github.com/apache/kafka/pull/17240 背景故事 今天我們來聊聊工程師最討厭的事情之一,測試。 Kafka作為一個...

2024-09-22 ‧ 由 chia7712 分享
DAY 9

KAFKA-17459 Stabalize reassign_partitions_test.py

https://issues.apache.org/jira/browse/KAFKA-17459 故事背景 Kafka為了降低使用者對分散式系統的恐懼,因此以...

2024-09-23 ‧ 由 chia7712 分享
DAY 10

KAFKA-16908 Refactor QuorumConfig with AbstractConfig

https://github.com/apache/kafka/pull/17231 故事背景 不知道大家在開發專案的時候有沒有遇過一個情況,有一個類別實在太好...

2024-09-24 ‧ 由 chia7712 分享