Akash Bhogar
Akash Bhogar
I have a Spring boot mvc server that has SseEmitter as Response, and the server is behind Spring-clod-gateway-mvc gateway which has the Route for the path with handler function being ...
[KafkaStreamsBinderSupportAutoConfiguration.kafkaStreamsFunctionProcessor](https://github.com/spring-cloud/spring-cloud-stream/blob/28c674154f90647458269d67bc99c2ca4016c761/binders/kafka-binder/spring-cloud-stream-binder-kafka-streams/src/main/java/org/springframework/cloud/stream/binder/kafka/streams/KafkaStreamsBinderSupportAutoConfiguration.java#L379) encounteres ``` 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...