일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Node #POD #Container
- CI #CD #CI/CD
- istio #k8s #kubernetes
- 티스토리챌린지
- Grid #CSS
- 백준 #10430
- lvm #lv #vg #pv
- 네트워크 #NW
- Kafka #카프카
- PODS #POD #pods #pod #파드 #재기동 #롤링재기동 #rolling
- test #비교
- bootstrap #css #CSS
- Python #pakage
- dump #jattach
- 스왑메모리
- jmap #jstack
- Linux #wc
- publishnotreadyaddress
- function #사용자 정의 함수
- 오블완
- Swap Memory
- dify
- shell #shell script
- DB #mariaDB #SQL
- memory
- swap
- Excel #엑셀
- NameSpace #NS
- jgrp000032 #ocp #
- OCP
Archives
- Today
- Total
목록DevOps/Kafka (1)
beomzh_it
Kafka - 간단한 이론 및 명령어
kafka=> Producer -> kafka Server -> Consumer 비동기 처리를 위한 메시징 큐(FIFO) kafka-topics.sh 토픽에 관련된 작업을 할 수 있는 스크립트 sh bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --topic test-topic test topic명의 topic 생성 sh bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --partitions 10--replication-factor 1--topic test-topic2 --config retention.ms=172800000 원하는 설정을 입력한 topic 생성 sh bin/..
DevOps/Kafka
2023. 7. 7. 13:11