For the sake of simplicity, I made some compromises regarding performance. This means that there are calls to range() instead of xrange() and items() instead of iteritems().
My personal needs are master_discovery and master_sync, A port of node_manager seems to be a little more work, which might follow later.
For the sake of simplicity, I made some compromises regarding performance. This means that there are calls to
range()
instead ofxrange()
anditems()
instead ofiteritems()
.My personal needs are master_discovery and master_sync, A port of node_manager seems to be a little more work, which might follow later.