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
Copy file name to clipboardExpand all lines: spring-integration-kafka/src/main/java/org/springframework/integration/kafka/outbound/KafkaProducerMessageHandler.java
+2-1
Original file line number
Diff line number
Diff line change
@@ -626,7 +626,8 @@ else if (replyHeader != null) {
626
626
replyTopic = getSingleReplyTopic();
627
627
}
628
628
else {
629
-
thrownewIllegalStateException("No reply topic header and no default reply topic can be determined");
629
+
thrownewIllegalStateException("No reply topic header and no default reply topic can be determined; "
Copy file name to clipboardExpand all lines: spring-integration-kafka/src/test/kotlin/org/springframework/integration/kafka/dsl/kotlin/KafkaDslKotlinTests.kt
0 commit comments