Replies: 1 comment
-
version info: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Recently, I use fluentd to consume kafka message and then write it to hdfs.Here is the configuration below:
while I start it.there occurred some error messages:
unexpected error during consuming events from kafka. Re-fresh events. error="key not found :"topic-name" Did you mean? "anthoer-topic-name"
and some stack info:
offset_manager.rb:199:in
fetch
offset_manager.rb:199:in
fetch_resolved_offsets
offset_manager.rb:194:in
resolve_offset
So what does this mean? Each record should have a key?
Beta Was this translation helpful? Give feedback.
All reactions