Skip to content

Commit

Permalink
using default config for hornbill (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
4eUeP authored Aug 26, 2024
1 parent dd07937 commit 41a07b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion docker/node-hornbill/start-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ done
SERVER_ID=$(echo $(hostname) | cut -c 2-) # n_i -> i
MY_IP=$(hostname -I | head -n1 | awk '{print $1;}')
/usr/local/bin/hstream-server \
--config-path /etc/hstream/config.yaml \
--bind-address 0.0.0.0 \
--port 9092 \
--metrics-port 6600 \
Expand Down
3 changes: 1 addition & 2 deletions src/jepsen/hstream/kafka/db/hornbill.clj
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
(defn f-hornbill-args
"Generate the arguments for hornbill server."
[node]
[:--config-path "/etc/hstream/config.yaml"
:--bind-address "0.0.0.0"
[:--bind-address "0.0.0.0"
:--port 9092
:--metrics-port 6600
:--advertised-address (node-ips (keyword node))
Expand Down

0 comments on commit 41a07b6

Please sign in to comment.