Skip to content

Commit 7fe8f75

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

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
@@ -82,14 +82,14 @@ sections:
8282
* use a minimum replication factor of 4 in regions with only two fault domains
8383
* disable unclean leader elections
8484
* 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
85-
* set the `acks` property to **all** - this property requires all replicas to acknowledge all messages
85+
* 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.
8888
8989
- question: |
9090
Can I replicate my data to multiple clusters?
9191
answer: |
92-
Yes, data can be replicated to multiple clusters using Kafka MirrorMaker. See details on setting up MirrorMaker can be found in [Mirror Apache Kafka topics](apache-kafka-mirroring.md). Additionally, there are other self-managed open-source technologies and vendors that can help achieve replication to multiple clusters such as [`Brooklin`](https://github.com/linkedin/Brooklin/).
92+
Yes, data can be replicated to multiple clusters using Kafka MirrorMaker. See details on setting up MirrorMaker can be found in [Mirror Apache Kafka topics](apache-kafka-mirroring.md). Additionally, there are other self-managed open-source technologies and vendors that can help achieve replication to multiple clusters such as [Brooklin](https://github.com/linkedin/Brooklin/).
9393
9494
- question: |
9595
Can I upgrade my cluster? How should I upgrade my cluster?

0 commit comments

Comments
 (0)