This document discusses some of the challenges of running Kafka at scale based on LinkedIn's experience. It describes how multitenancy can cause problems when topics are automatically created without ownership. It also discusses issues with infrastructure like inefficient mirroring and a lack of auditing. Management was difficult due to the lack of tools for configuring topics across clusters and upgrading brokers. LinkedIn developed open source tools like Cruise Control and Burrow to help address some of these problems.