Jørgen Ringen
Jørgen Ringen
Only seen this once during close. Should be solved by https://github.com/confluentinc/parallel-consumer/pull/270 according to @astubbs , but posting here in case anyone else get it. ``` java.util.ConcurrentModificationException: null at java.util.HashMap$ValueSpliterator.forEachRemaining(HashMap.java:1784) ~[?:?]...
Kafka-streams exposes a method for retrieving the current state: `org.apache.kafka.streams.KafkaStreams#state`. We use this for implementing health-checks. If `state` is in `created, rebalancing or running` the application is considered healthy. Otherwise...
Issue after upgrading from version 2.0.4 to 2.0.5+. Startup fails with: `Caused by: org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'cacheManager': Requested bean is currently in creation: Is there an unresolvable...