tooz/examples/coordinator.py

6 lines
135 B
Python

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