redpanda-data / redpanda-data/console
Feature Request: Pre-configured topic search filters
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 4.3k
- Forks
- 432
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 40
Description
The topic search filter is a fantastic feature, but it must be created by each user and is only stored in the browser client.
It would be beneficial if Kowl could include support for pre-configured search filters per topic available to all users.
Here are my initial thoughts on what the config block could look like.
searchFilters:
filterName1:
topic: topic-name ## name of the topic
filter: "if (key == 'example') return true" ## filter function
enabled: true ## enabled or disabled by default
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files or tests. Start by locating the topic search filter and the browser-stored filter configuration, then determine where shared configuration is loaded; done means users can receive per-topic filters that are enabled or disabled by default.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kafka, react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100