0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Kafka offset 確認

0
Posted at

Kafka 0.9未満

zookeeperにて管理

/consumers/[Consumerグループ]/offsets/[トピック]/[BrokerId]-[パーティション番号]

Kafka 0.9以上

kafka側で管理するようになっている

echo "exclude.internal.topics=false" > /tmp/consumer.config
kafka-console-consumer --consumer.config /tmp/consumer.config --topic __consumer_offsets --bootstrap-server localhost:55001 --formatter "kafka.coordinator.group.GroupMetadataManager\$OffsetsMessageFormatter"

reference

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?