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
- JPA
- 기본 Manifest 속성이 없습니다
- jpa pagination
- HHH000104
- jvm memory structure
- String Constants Pool
- spring jwt
- springboot jwt example
- String Pool
- angular jwt
- springboot jwt
- docker mongodb install
- springboot-angular-jwt
- JWT
- springboot maven plugin
- jvm 메모리 구조
- springboot mongodb config
- spring-boot-maven-plugin
- jwt example
- filter ordering
- mongodb install ec2
- jvm memory model
- Constants pool
- jvm 모델
- docker mongodb
- install mongodb docker
- string comparison
- spring filter ordering
- intern
- jwt token
Archives
- Today
- Total
개발블로그
kafka command 본문
#토픽 목록 조회
bin/kafka-topics.sh --list --zookeeper localhost:2181
#consumer
bin/kafka-console-consumer.sh --bootstrap-server ip:9092 --topic 토픽명 --from-beginning
#producer
bin/kafka-console-producer.sh --broker-list ip:9092 —topic 토픽명
#토픽 삭제
bin/kafka-topics.sh --delete --zookeeper localhost --topic 토픽명
style="display:block"
data-ad-client="ca-pub-2011539744857464"
data-ad-slot="7067659356"
data-ad-format="auto"
data-full-width-responsive="true">
Comments