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
- aws
- play framework
- spring-batch
- scala 2.10
- gradle
- Kafka
- confluent
- reactive
- coursera
- Spring
- Logstash
- spring-kafka
- 한빛미디어
- statestore
- 플레이 프레임워크
- kafkastream
- 카프카
- enablekafkastreams
- Slick
- RabbitMQ
- Elk
- scala
- avo
- schema registry
- spring-cloud-stream
- Elasticsearch
- springboot
- kafkastreams
- kafka interactive query
- kafka streams
Archives
- Today
- Total
목록kafka stream stop (1)
b
KafkaStreams Application을 어떻게 종료할 것인가?
방법) KafkaStreams#close 호출로서 정상적인 종료가 가능하다고 한다. (참고 : https://kafka.apache.org/10/documentation/streams/developer-guide/write-streams )그럼 이 close를 어떻게 호출 해야하는지를 찾아보자. 1) spring-cloud-stream 를 사용할 경우- (나같은 경우에는 order-eda-notification prj)- general 한 방법으로 사용을 한다면 StreamsBuilderFactoryManager bean이 자동등록 되고 이 매니저 빈은 SmartLifecycle 를 상속받기 때문에 spring application이 종료 시그널을 받으면 stop을 시작하는 시작점이 된다. - 이 매니저..
카테고리 없음
2018. 3. 18. 12:08