Skip to content

Commit 3137b33

Browse files
authored
Update kafka-faq.md
Fix for work item 512959.
1 parent 87df12b commit 3137b33

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/hdinsight/kafka/kafka-faq.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ For Kafka clients to communicate with Kafka brokers, they must be able to reach
6060

6161
To increase the amount of space available for Kafka messages, you can increase the number of nodes. Currently, adding more disks to an existing cluster isn't supported.
6262

63+
## Can a Kafka cluster work with Databricks?
64+
65+
Yes, Kafka clusters can work with Databricks so long as they are in the same VNet. To use a Kafka cluster with Databricks, create a VNet with an HDInsight Kafka cluster in it, then specify that VNet when you create your Databricks workspace and use VNet injection. For more information, see [Deploy Azure Databricks in your Azure Virtual Network (VNet Injection)](https://docs.microsoft.com/azure/databricks/administration-guide/cloud-configurations/azure/vnet-inject). You will need to provide the bootstrap broker names of the Kafka cluster when creating the Databricks workspace. For information on retrieving the Kafka broker names, see (Get the Apache Zookeeper and Broker host information)[https://docs.microsoft.com/azure/hdinsight/kafka/apache-kafka-get-started#getkafkainfo].
66+
6367
## How can I have maximum data durability?
6468

6569
Data durability allows you to achieve the lowest risk of message loss. In order to achieve maximum data durability, we recommend the following settings:

0 commit comments

Comments
 (0)