Skip to content

Instantly share code, notes, and snippets.

@jacoelho
Last active July 12, 2016 18:59
Show Gist options
  • Save jacoelho/887d8bc3de60392cff39e763ca020a4a to your computer and use it in GitHub Desktop.
Save jacoelho/887d8bc3de60392cff39e763ca020a4a to your computer and use it in GitHub Desktop.
custom resource load_current_value
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