Reading details about topic and __consumer_offsets topic

김소은·2026년 1월 27일

LIST TOPICS

bin/kafka-topics.sh \
--bootstrap-server localhost:9092 \
--list

TOPIC DETAILS

bin/kafka-topics.sh \
--bootstrap-server localhost:9092 \
--describe \
--topic reviews

profile
개발자

0개의 댓글