A Group implementation for ZK. Why do you need ZK::Group? Let's say you have a bunch of services. One might even be so bold as to call it "a cluster" (especially in the presence of CTOs or investors).
If you'd like to:
- Know who in the group is currently available
- Be notified when the members of the group have changed
- What changed about the list of members
Then ZK::Group is the tool for you. Intentionally lightweight. Use it as-is or subclass and extend for even more fun.
"You'll love it. It's a way of life." - The Central Scrutinizer
Add this line to your application's Gemfile:
gem 'zk-group'
And then execute:
$ bundle
Or install it yourself as:
$ gem install zk-group
TODO: Write usage instructions here
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request