mesos / kafka

Apache Kafka on Apache Mesos
Apache License 2.0
414 stars 140 forks source link

Setting broker attributes #210

Closed saxrussell closed 8 years ago

saxrussell commented 8 years ago

I've set rack attributes for the Mesos slave in /etc/mesos-slave/attributes, but they're not being added to the brokers according to kafka-mesos.sh broker list. Further, when attempting to follow the syntax in the broker help for using attribute filtering, i get a 400 - invalid broker-expr

I guess I'm just missing something elementary, here. Specifically, how do you add attributes to a broker? Some full command line examples of using attribute filtering would also be useful, since I can't seem to get it right based on the help/readme.

krish7919 commented 8 years ago

Did you find a way out for this?