Topic-Based Routing
← Back to Pub Sub
Messages are published to named topics. Subscribers register interest in specific topics and receive all messages published to those topics. Topics can be hierarchical (orders.created, orders.updated) with pattern matching. Kafka uses partitioned topics for scalable pub/sub.