티스토리 뷰

공부

[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

'공부' 카테고리의 다른 글

[Spring] security actuator disable  (0) 2020.11.28
[Docker] docker attach ${name}  (0) 2020.11.28
[Presto] convert date to string  (0) 2020.11.27
[Java] Jackson Json <-> Object & hash MD5  (0) 2020.11.27
[Django] timezone.localtime(timezone.now())  (0) 2020.11.27
댓글