Change kafka ip to an external ip
This commit is contained in:
parent
dbb57b12ae
commit
a9de5d57ca
@ -12,6 +12,6 @@
|
||||
"schema": "mon"
|
||||
},
|
||||
"kafka": {
|
||||
"hostname": "localhost"
|
||||
"hostname": "10.22.156.16"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"id" : "hosts",
|
||||
"kafka": "localhost",
|
||||
"kafka": "10.22.156.16",
|
||||
"mysql": "localhost",
|
||||
"smtp": "localhost",
|
||||
"zookeeper": "localhost"
|
||||
|
Loading…
x
Reference in New Issue
Block a user