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
Since KafkaTemplate has its own message converter, shouldn't we relax that instance property to wildcard types such as: private KafkaTemplate<?, ?> replyTemplate;.
Otherwise spring-kafka forces users of listener container factory to reply exactly the same semantics as listener ie. <K, V>.