We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Features will allow to receive Kafka Headers for custom methods in @KafkaListener
@KafkaListener
public class KafkaListenerClass { @KafkaListener("test.config.path") public void process(String key, String value, Headers headers) { } }
The text was updated successfully, but these errors were encountered:
GoodforGod
No branches or pull requests
Features will allow to receive Kafka Headers for custom methods in
@KafkaListener
The text was updated successfully, but these errors were encountered: