iT邦幫忙

鐵人檔案

2024 iThome 鐵人賽
回列表
Software Development

每天罵爆一隻 Kafka Pull Request 系列

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

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

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

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

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

KAFKA-15908: Remove deprecated Consumer.poll(long timeout)

背景故事 沒錯你沒看錯標題,陪伴我們超過10年的函式要被砍掉了,但這次我們不哀傷不文青,這次我們來好好討論一下原因和如何遷移! 原本的poll就是接受一個長整數...

2024-10-05 ‧ 由 chia7712 分享
DAY 22

KAFKA-15859 Fixed the Unsupported version error when new admin connects to old broker


https://github.com/apache/kafka/pull/17358 背景故事 今天來聊聊Kafka序列化裡最重要的一件事情,版本相容性!如果你...

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

KAFKA-17542 Use actions/labeler for automatic PR labeling

https://github.com/apache/kafka/pull/17260 背景故事 今天來聊一點沒那麼技術的東西,各位熟悉GitHub的工程師喜不喜...

2024-10-07 ‧ 由 chia7712 分享
DAY 24

KAFKA-17663: Add metadata caching in PartitionLeaderStrategy

https://github.com/apache/kafka/pull/17367 背景故事 今天這個主題比較複雜一點,但小編我會盡量用廢文的方式來呈現。大家...

2024-10-08 ‧ 由 chia7712 分享
DAY 25

KAFKA-17714 Fix StorageTool.scala to compile under Scala 2.12

https://github.com/apache/kafka/pull/17400 背景故事 不知道大家開始使用基於KRaft的版本了沒?如果還沒用過,麻煩務...

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

KAFKA-17738 upgrade base image from jdk8 to jdk11

https://github.com/apache/kafka/pull/17432 背景故事 時光飛逝,2014年JDK8釋出到現在也十個年頭,作為Java生...

2024-10-10 ‧ 由 chia7712 分享
DAY 27

KAFKA-17686 AsyncKafkaConsumer.offsetsForTimes() fails with NullPointerException

https://github.com/apache/kafka/pull/17353 背景故事 今天來聊聊一個有點小但意義深遠的故事,大家有用過時間戳記來查找資...

2024-10-11 ‧ 由 chia7712 分享
DAY 28

KIP-714 Client metrics and observability

https://cwiki.apache.org/confluence/display/KAFKA/KIP-714%3A+Client+metrics+and+...

2024-10-12 ‧ 由 chia7712 分享
DAY 29

KAFKA-17778 Add listener to remove client instances on connection disconnect

https://github.com/apache/kafka/pull/17474 背景故事 這期延續之前的telemetry題目,大家有沒有想過說既然要支援...

2024-10-13 ‧ 由 chia7712 分享
DAY 30

[ANNOUNCE] New Kafka PMC Member: Chia-Ping Tsai

https://lists.apache.org/thread/w507tzzfvopjyl1tplt523jq3ntqdohz 最後一篇來回憶一下成為comm...

2024-10-14 ‧ 由 chia7712 分享