Moved to using the listen_address attribute of the kafka cookbook

This commit is contained in:
Tim Kuhlman 2014-05-27 10:02:01 -06:00
parent 6d0870f9e1
commit dbb57b12ae
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
"json_class": "Chef::Role",
"default_attributes": {
"kafka": {
"listen_interface": "eth1",
"topics": {
"metrics": { "replicas": 1, "partitions": 4 },
"events": { "replicas": 1, "partitions": 4 },

View File

@ -8,7 +8,7 @@
},
"kafka": {
"cluster": "mon",
"listen_address": "127.0.0.1",
"listen_interface": "eth2",
"topics": {
"metrics": { "replicas": 3, "partitions": 64 },
"events": { "replicas": 3, "partitions": 12 },