Reputation: 77
I have installed output_kafka plugin for my fluentd by command "gem install fluent-plugin-kafka".
but when i start fluentd service, i got following error message in log file:
2012-11-09 18:18:39 +0800: temporarily failed to flush the buffer, next retry will be at 2012-11-09 18:52:46 +0800. error="uninitialized constant Kafka::Message" instance=69952455476860
It seems that output_kafka.rb can not found module Kafka or class Message, so how can i fix it?
Upvotes: 1
Views: 2877
Reputation: 1441
This is Kaz, Fluentd committer. This sounds like a bug of fluent-plugin-kafka. Could you report the bug from here, with your environment description?
Once you've reported, i'll take a look at it. Thanks -K
Upvotes: 1