Skip to content

@KafkaListener headers support #237

Open
GoodforGod opened this issue Aug 3, 2023 · 0 comments
Open

@KafkaListener headers support #237

GoodforGod opened this issue Aug 3, 2023 · 0 comments
Assignees
Labels
module: kafka Related to module - kafka new feature New feature
Milestone

Comments

@GoodforGod
Copy link
Contributor

Features will allow to receive Kafka Headers for custom methods in @KafkaListener

public class KafkaListenerClass {
    @KafkaListener("test.config.path")
    public void process(String key, String value, Headers headers) {
    }
}
@GoodforGod GoodforGod added the module: kafka Related to module - kafka label Aug 3, 2023
@GoodforGod GoodforGod added this to the 1.0.0.RC1 milestone Aug 3, 2023
@GoodforGod GoodforGod self-assigned this Aug 3, 2023
@GoodforGod GoodforGod added the new feature New feature label Aug 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
module: kafka Related to module - kafka new feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant