Topic filtering lets you automatically prefix and filter topics based on virtual clusters. With filter prefixes, you can limit Kafka topics by team, purpose, or any other category.
Topic filtering is useful for:
- Multi-tenant environments
- Topic namespace isolation
- Environment segregation
- Service mesh patterns
In this guide, you’ll configure topic filtering by team, where each team can only see topics that match their assigned prefix. The actual Kafka cluster stores all topics with their prefixed names.