Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- JVM
- broker
- webflux
- Rebalance
- API문서
- 비동기
- tsdb
- Brooklin
- ExecutableJar
- NoClassDefFoundError
- VictoriaMetrics
- Vmagent
- Zookeeper
- kafka
- springboot
- spring
- Mirror
- JDK
- consumer
- ProjectLoom
- swagger
- Vmalert
- java
- restdocs
- Reactive
- OFFSET
- raft
- Reassign
- OpenJDK
Archives
- Today
- Total
목록 Reassign (1)
거북이 developer
[Kafka] Reassign Partition 방법
필요한 상황 신규 broker 장비 추가 broker 장비 이전 특정 토픽을 특정 노드에서만 운영하고 싶을 때 실행 방법 kafka bin 디렉토리 하위에 있는 kafka-reassign-partitions.sh 스크립트를 사용 이동시킬 topic 이 무엇인지 json 포맷으로 정의 예) example-to-move.json {"topics":[{"topic": "example1"},{"topic": "example2"},{"topic": "example3"}],"version":1} --topics-to-move-json-file 옵션으로 위에서 생성한 json 파일을 지정하고, --generate 옵션을 통해 이동시킬 broker 에 대한 파티션 설정값을 자동으로 생성 $ bin/kafka-reass..
Kafka
2022. 3. 15. 14:41