Integration with Azure Managed Disks :
Due to the ingestion heavy nature, the disks attached to the nodes on the cluster often result as the bottleneck. Traditionally, to scale this bottleneck, more nodes need to be added. Azure Managed Disks is a technology that provides cheaper, scalable disks that are a fraction of the cost of a node. HDInsight Kafka has integrated with these disks to provide upto 16 TB/node instead of the traditional 1 TB. This results in an exponentially higher scale, while reducing costs in the inverse, exponential manner.<p><a href="https://azure.microsoft.com/en-us/services/hdinsight/apache-kafka/" rel="nofollow">https://azure.microsoft.com/en-us/services/hdinsight/apache-...</a><p>Is this same approach as pyro ?