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
Describe the bug
I am facing another issue, where I am expecting MyEvent as payload type but instead I am getting org.springframework.messaging.Message as payload type which is wrong
below is the signature of my consumer
@Bean
public Consumer<Message<MyEvent>> consumeEvent() {
}
Dependencies and versions used springwolf-cloud-stream version 0.6.1.
Code example
@Bean
public Consumer<Message<MyEvent>> consumeEvent() {
}