Skip to content

Commit

Permalink
Updated docs to use the term ZooKeeper correctly
Browse files Browse the repository at this point in the history
Signed-off-by: Roshan Goswami <[email protected]>
  • Loading branch information
csengineer1990 committed Oct 7, 2023
1 parent 6f0dd9a commit 0d2a5e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/vale/styles/Klaw/branding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ swap:
"type[ -]?scripts?": TypeScript
"(?i)ssl": SSL
"(?<!Klaw )cluster api": Klaw Cluster API
"(?i)kafka[ -]?connect": Kafka Connect
"(?i)kafka[ -]?connect": Kafka Connect
"(?i)zookeeper": ZooKeeper
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ Failures are an inevitable part of any system, and Kafka applications
are no different. These failures can occur at different levels,
including client-side issues where event deserialization creates
problems for consumers, as well as infrastructure-related issues that
result in the loss of zookeeper/Kafka configurations.
result in the loss of ZooKeeper/Kafka configurations.

In the context of infrastructure failures, let's consider a scenario
with 1000 topics, each possessing a unique configuration stored in a
zookeeper. Now, imagine a situation where a disaster strikes, causing
the zookeeper to crash and be unable to recover. This raises a critical
ZooKeeper. Now, imagine a situation where a disaster strikes, causing
the ZooKeeper to crash and be unable to recover. This raises a critical
question: how swiftly can you retrieve the information and reboot your
server? It's not just about having methods to store information but
also about strategically implementing storage and retrieval processes
Expand Down

0 comments on commit 0d2a5e7

Please sign in to comment.