Skip to content

Conversation

garyrussell
Copy link
Contributor

Resolves #1519

An empty @SendTo on a @KafkaListener method means send the reply
to the KafkaHeaders.REPLY_TOPIC header.

This default was not applied for class-level @KafkaListeners.

backport to 2.4.x, 2.3.x, 2.2.x

(I will do the back ports, because I expect conflicts).

Resolves spring-projects#1519

An empty `@SendTo` on a `@KafkaListener` method means send the reply
to the `KafkaHeaders.REPLY_TOPIC` header.

This default was not applied for class-level `@KafkaListener`s.

**backport to 2.4.x, 2.3.x, 2.2.x**

(I will do the back ports, because I expect conflicts).
@artembilan artembilan merged commit 261e73e into spring-projects:master Jun 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix @ReplyTo on @KafkaHandler

2 participants