일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- lvm #lv #vg #pv
- dify
- jgrp000032 #ocp #
- bootstrap #css #CSS
- Linux #wc
- shell #shell script
- EKS
- OCP
- istio #k8s #kubernetes
- PODS #POD #pods #pod #파드 #재기동 #롤링재기동 #rolling
- Swap Memory
- NameSpace #NS
- jmap #jstack
- dump #jattach
- DB #mariaDB #SQL
- CI #CD #CI/CD
- 티스토리챌린지
- Excel #엑셀
- 오블완
- lenova #레노버 #노트북
- publishnotreadyaddress
- Python #pakage
- 백준 #10430
- test #비교
- function #사용자 정의 함수
- Node #POD #Container
- Grid #CSS
- 네트워크 #NW
- Kafka #카프카
- EFK
Archives
- Today
- Total
목록DevOps/Kafka (1)
BEOM_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