Last active
July 12, 2016 18:59
-
-
Save jacoelho/887d8bc3de60392cff39e763ca020a4a to your computer and use it in GitHub Desktop.
custom resource load_current_value
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| load_current_value do | |
| current_partitions, current_replicas = list(directory, zookeeper, topic) | |
| .values_at *%w(partitions replicas) | |
| current_value_does_not_exist! unless current_partitions && current_replicas | |
| partitions current_partitions | |
| replicas current_replicas | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment