High level recipes:
- framework reconnection
- simplified node operations
- watchers
- cache
- locks
- config set and encryption
- group and leadership
- ...
- Consistent/pluggable logger
Baseline connection manager with reconnection capability
More connection options, in particular:
- Confidential connection using TLS
- Authenticated connection
- Create framework with context
- Better doc
Baseline CRUD operations on nodes
- On get/exists: stats
- Better doc
Monitor and notify node changes
Cached access to node data
- Pluggable cache
- Better doc