samriang

Results 4 comments of samriang

Thanks for your response! I am going to try implementing FreeBSD support. Also I've found repo https://github.com/shigin/dist2free that probably could be used as initial point for template.

Hi there. I am trying to use statsd-metrics2 with latest kafka build (kafka_2.11-0.10.1.1.tgz). Got following after service restart: `org.apache.kafka.common.KafkaException: com.airbnb.kafka.StatsdMetricsReporter ClassNotFoundException exception occured` My config is pretty simple: ``` metric.reporters=com.airbnb.kafka.StatsdMetricsReporter...

Ok. finally server started well with locally compiled jar and with old reporter ``` # declare the reporter if old producer/consumer is used kafka.metrics.reporters=com.airbnb.kafka.kafka08.StatsdMetricsReporter ``` but there are no any...

yup, I'm trying to use it with python 2.7 thanks for explanation