-
Notifications
You must be signed in to change notification settings - Fork 84
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
Fix NPE when only batchHandler is specified (round 2) #284
Conversation
@tsegismont I believe the issue with the test suite was basically that messages were being consumed by handlers before the batch handler was being set on the consumer instance. So I've just rejigged the consumer setup order in a couple of tests that were timing out because of this. Let me know if this looks okay to you 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you
@Strainy thank you, that makes sense. Can you create a PR for the @ppatierno PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!
* Revert "Revert "Fix NPE when only batchHandler is specified (vert-x3#281)" (vert-x3#282)" This reverts commit 4413c1e. * reorganize tests to configure handlers prior to assignment
Having another go at #281 (reverts commit 4413c1e).