Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch message processing doesn't work with Kafka transport #1076

Closed
adamzalesak opened this issue Oct 15, 2024 · 2 comments
Closed

Batch message processing doesn't work with Kafka transport #1076

adamzalesak opened this issue Oct 15, 2024 · 2 comments
Labels
bug Something isn't working
Milestone

Comments

@adamzalesak
Copy link

adamzalesak commented Oct 15, 2024

Describe the bug
Batch message handlers are not used when consuming Kafka messages. (No known handler for TestMessage#08dced17-0b69-27bf-54d7-e075bf020000 from kafka://topic/topic_0)

To Reproduce
https://github.com/adamzalesak/WolverineOutboxIssue/blob/main/WolverineOutboxIssue/Program.cs

Expected behavior
When BatchMessagesOf<T> is configured, the batch handler is called for the T message received from Kafka.

@jeremydmiller jeremydmiller added this to the 3.0 milestone Oct 15, 2024
@jeremydmiller jeremydmiller added the bug Something isn't working label Oct 15, 2024
@jeremydmiller
Copy link
Member

@adamzalesak I'm looking at this now

@jeremydmiller
Copy link
Member

Sigh, would have impacted any external transport. @adamzalesak thank you so much for the reproduction. Fix will be in Wolverine 3.0 today. One line code change after all that repro code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants