You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KafkaStreamsExtendedBindingProperties is JDK proxy while resolving to create for kafkaStreamsFunctionProcessor in KafkaStreamsBinderSupportAutoConfiguration #3144
Unsatisfied dependency expressed through method 'kafkaStreamsFunctionProcessor' parameter 1: Bean named 'spring.cloud.stream.kafka.streams-org.springframework.cloud.stream.binder.kafka.streams.properties.KafkaStreamsExtendedBindingProperties' is expected to be of type 'org.springframework.cloud.stream.binder.kafka.streams.properties.KafkaStreamsExtendedBindingProperties' but was actually of type 'jdk.proxy2.$Proxy456'
most probably due to changes done here #2974 (@olegz ) and discussed here #3071