kafbat / kafka-ui

Open-Source Web UI for managing Apache Kafka clusters
http://ui.docs.kafbat.io
Apache License 2.0
619 stars 80 forks source link

Message filter (smart filters based on Groovy syntax) no longer work #664

Open olivd4400 opened 2 hours ago

olivd4400 commented 2 hours ago

Issue submitter TODO list

Describe the bug (actual behavior)

Adding a smart filter to messages page e.g. headers["my-header"] == "my-header-value" have no impact to displayed messages

Expected behavior

Messages should be filtered according to smart filter (groovy syntax)

Your installation details

7.2.0

Steps to reproduce

  1. go to any topic with messages containing headers.
  2. add a new filter with a specific header value

Screenshots

No response

Logs

No response

Additional context

used to work with version 7.1.0, no longer works with 7.2.0 we suspect a regression due to security fix of https://securitylab.github.com/advisories/GHSL-2023-229_GHSL-2023-230_kafka-ui/

github-actions[bot] commented 2 hours ago

Hi olivd4400! 👋

Welcome, and thank you for opening your first issue in the repo!

Please wait for triaging by our maintainers.

As development is carried out in our spare time, you can support us by sponsoring our activities or even funding the development of specific issues. Sponsorship link

If you plan to raise a PR for this issue, please take a look at our contributing guide.