Sean Dugan
Results
2
comments of
Sean Dugan
I was running into this problem with the `camptocamp/archive` module in my Puppetfile. I changed my archive module to pull from `https://github.com/voxpupuli/puppet-archive` instead.
Changing the dependency line on build.gradle to `compile 'org.apache.kafka:kafka_2.11:0.10.1.0'` And using `kafka.metrics.reporters=com.airbnb.kafka.kafka08.StatsdMetricsReporter` in server.properties seems to have worked for our 0.10.1.0 instance of kafka, however I do see lots and...