tooz/examples/coordinator.py

6 lines
149 B
Python

from tooz import coordination
coordinator = coordination.get_coordinator('zookeeper://localhost', b'host-1')
coordinator.start()
coordinator.stop()