-
-
Notifications
You must be signed in to change notification settings - Fork 662
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
NPE when header value is null #56
Comments
I've decided to handled null value on the whole application and displayed a true |
OK, I've built an image based on |
Glad to know it ! |
@tchiotludo |
@lostiniceland can you provide a screenshot please ? |
@lostiniceland : please create a new issue please |
Found an issue on class org.kafkahq.models.Record, if an header has value null a NPE occurs on line 40:
Suggestion:
The text was updated successfully, but these errors were encountered: