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