Skip to content

Commit

Permalink
Use zookeeper.service instead of hardcoded localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
malvads committed Apr 28, 2024
1 parent f150262 commit 17142d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/recipes/configure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
druid_realtime "Configure Druid Realtime" do
name node["hostname"]
ipaddress node["ipaddress_sync"]
zookeeper_hosts node["redborder"]["zookeeper"]["zk_hosts"]
memory_kb node["redborder"]["memory_services"]["druid-realtime"]["memory"]
action (manager_services["druid-realtime"] ? [:add, :register] : [:remove, :deregister])
end
Expand Down

0 comments on commit 17142d4

Please sign in to comment.