공부
[Kafka] describe & delete
승가비
2020. 11. 28. 07:29
728x90
kafka-consumer-groups --bootstrap-server url \
--group ${consumer} \
--describe
kafka-consumer-groups --bootstrap-server url \
--group ${consumer} \
--delete
https://github.com/yahoo/CMAK/issues/562
Kafka-manager shows deleted consumers · Issue #562 · yahoo/CMAK
When I explicitly delete a console-consumer with the command below, it still shows up in Kafka-Manager. I think the list of consumers in Kafka-manager should match the output of ./kafka-consumer-gr...
github.com
https://www.letmecompile.com/kafka-consumer-offset-reset/
카프카(Kafka) Consumer offset reset 방법
카프카 Consumer를 사용하다 보면 offset을 reset해야하는 경우가 종종 있다. 개발 테스트를 진행하다가 필요에의해 offset을 리셋 실제 production에서 사용중에 예상치 못한 에러 등으로 데이터 누락이
www.letmecompile.com
728x90