์ค์๊ฐ ์์ง์ด๋ ๋ฐ์ดํฐ๊ฐ ๊ฐ์ ธ๋ค ์ค ๊ฐ์น, Data in Motion Tour์์ ํ์ธํ์ธ์!
Kafka organizes data as immutable append-only logs at its core, and relied on external consensus services (a.k.a. Zookeeper) to manage the metadata --- such as topic-level configs, leader replicas and ISR information, received admin requests --- of these logs. In this talk, I will discuss a recent core initiative, that migrates the management of such metadata from external services into Kafka as its own special logs. More specifically, I will cover the following: