Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
高レベルのコンシューマーの位置は、Kafka/Zookeeper で永続化されます。これらはガベージコレクションされていますか?
コンシューマ オフセットはガベージ コレクションされません。それらは__consumer_offsetsディスクに保存されます。
__consumer_offsets
たとえば、コンシューマー A がオフセット 10001 のメッセージを読みました。そのオフセットは保存され__consumer_offsets、後でオフセット 10002 のメッセージを消費します。