Sha256: 0a8eb0618c6ec32a8e6b4f434e1756a303c2bbc2973145832b2e1a4793053eab
Contents?: true
Size: 452 Bytes
Versions: 3
Compression:
Stored size: 452 Bytes
Contents
module Druid module Writer module Tranquilizer class Curator class << self def build(config) bounded_retry = org.apache.curator.retry.BoundedExponentialBackoffRetry.new(100, 30000, 29) CuratorFrameworkFactory. builder. connectString(config.curator_uri). retryPolicy(bounded_retry). build end end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems