Skip to content

Commit bcedf4e

Browse files
authored
Update kafka-faq.yml
1 parent 7fe8f75 commit bcedf4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/hdinsight/kafka/kafka-faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ sections:
7171
- question: |
7272
Can a Kafka cluster work with Databricks?
7373
answer: |
74-
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)](/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](./apache-kafka-get-started.md#getkafkainfo).
74+
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)](/azure/databricks/administration-guide/cloud-configurations/azure/vnet-inject). You 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](./apache-kafka-get-started.md#getkafkainfo).
7575
7676
- question: |
7777
How can I have maximum data durability?
@@ -81,7 +81,7 @@ sections:
8181
* use a minimum replication factor of 3 in most regions
8282
* use a minimum replication factor of 4 in regions with only two fault domains
8383
* disable unclean leader elections
84-
* set **min.insync.replicas** to 2 or more - this changes the number of replicas which must be completely in sync with the leader before a write can proceed
84+
* set **min.insync.replicas** to 2 or more - this changes the number of replicas, which must be completely in sync with the leader before a write can proceed
8585
* set the **acks** property to **all** - this property requires all replicas to acknowledge all messages
8686
8787
Configuring Kafka for higher data consistency affects the availability of brokers to produce requests.

0 commit comments

Comments
 (0)