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 |
Tags
- coursera
- reactive
- kafka interactive query
- scala
- kafka streams
- Kafka
- avo
- 한빛미디어
- aws
- kafkastreams
- RabbitMQ
- Elk
- Logstash
- springboot
- scala 2.10
- Spring
- play framework
- 카프카
- schema registry
- Elasticsearch
- kafkastream
- spring-cloud-stream
- confluent
- 플레이 프레임워크
- gradle
- Slick
- statestore
- spring-kafka
- enablekafkastreams
- spring-batch
Archives
- Today
- Total
목록materializedview (1)
b
Handling InvalidStateStoreException: “the state store may have migrated to another instance”?
Spring Application 에서 Stream을 materialize 하기 위해서는 StateStore를 bean으로 접근 가능하게 해야한다. (xxxxRepository를 @Repository로 사용하는것과 같게 생각하면 된다)그러기 위해서는 https://kafka.apache.org/10/javadoc/index.html?org/apache/kafka/streams/KafkaStreams.html 에서 store method를 이용해서 (최소한) KeyValueStore 형태의instance를 가지고 있어야 한다. 당연히 이 코드는 Spring Bean 내부에서 만들것이고, 그러면 제목과 같은 에러 메시지를 50프로 이상 볼 수 있다.confluent의 FAQ에서 해답을 찾을수 있는데 Kafk..
카테고리 없음
2018. 2. 27. 19:25