-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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(kafka): Make parsing partitionLimitation more resilient against ws #4333
Conversation
Thanks for the contribution! |
Ignores whitespaces in partitionLimitation. Fix a spelling mistake on the way. Add a few more tests cases. Note that currently it is not possible to configure a limitation so that no partition will be consumed! Signed-off-by: Andreas Bergmeier <andreas.bergmeier@otto.de>
2df9fc0
to
66c6486
Compare
Ah thx. Totally missed that. |
/run-e2e kafka* |
@JorTurFer we forgot to add this to changelog :) |
Would be more noise then information IMO. |
There are days when it's better to not review/merge anything... Nice catch @zroubalik ! The missing changelog update: #4335 |
Ignores whitespaces in partitionLimitation.
Fix a spelling mistake on the way.
Add a few more tests cases.
Note that currently it is not possible to configure a limitation so that
no partition will be consumed!
Checklist
Relates to #4328