InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by multi-tenancy in Kafka? |
|
Answer» Multi-tenancy is a software operation MODE in which many instances of one or more programs operate in a shared environment independently of one another. The instances are considered to be physically separate yet logically connected. The level of logical isolation in a SYSTEM that supports multi-tenancy must be COMPREHENSIVE, but the level of physical integration can vary. Kafka is multi-tenant because it allows for the configuration of many topics for DATA consumption and PRODUCTION on the same cluster. |
|