Skip to content

Commit e92353d

Browse files
author
Jim Minter
committed
add warning to Zookeeper example
1 parent 1ed4596 commit e92353d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/zookeeper/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Replicated ZooKeeper Template
22
=============================
33

4+
WARNING: This is a toy example and is NOT SUITABLE FOR PRODUCTION USE. It
5+
instantiates Pods directly rather than through a StatefulSet object, therefore
6+
the Pods are not resilient in face of an application crash or eviction.
7+
48
ZooKeeper is a distributed, open-source coordination service for distributed
59
applications. It exposes a simple set of primitives that distributed
610
applications can build upon to implement higher level services for

0 commit comments

Comments
 (0)