-
-
Notifications
You must be signed in to change notification settings - Fork 196
Closed
Labels
area/messagesscope/backendRelated to backend changesRelated to backend changesstatus/confirmedA bug that is a confirmed one. Applicable only for the bug label.A bug that is a confirmed one. Applicable only for the bug label.status/triage/completedAutomatic triage completedAutomatic triage completedtype/bugSomething isn't workingSomething isn't working
Description
Issue submitter TODO list
- I've looked up my issue in FAQ
- I've searched for an already existing issues here
- I've tried running
main-labeled docker image and the issue still persists there - I'm running a supported version of the application which is listed here
Describe the bug (actual behavior)
I add filter record.value.name == null to search all values that have name equal to null but it shows no message found
Expected behavior
There should be 1 message found with name == null
Your installation details
Version is kafbat-ui-v1.0.0.jar, I run it with jar file
Steps to reproduce
- Produce 2 message {"name":"Sam", "age": 25} and {"name": null, "age": 24}
- Add filter record.value.name == null
- Result shows no message found
Screenshots
Logs
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
area/messagesscope/backendRelated to backend changesRelated to backend changesstatus/confirmedA bug that is a confirmed one. Applicable only for the bug label.A bug that is a confirmed one. Applicable only for the bug label.status/triage/completedAutomatic triage completedAutomatic triage completedtype/bugSomething isn't workingSomething isn't working


