Topic name aliasing lets you to create bidirectional name mappings between virtual topic names (what clients see) and backend topic names (what actually exists in Kafka).
Topic name aliasing is useful for:
- Standardizing topic naming conventions
- Supporting legacy topic names
- Providing friendly names for clients
- Maintaining backward compatibility
In this guide, you’ll configure a client-facing alias for a topic and a fallback topic name.