KafkaUnknownConfigurationKey: No such configuration property: \"auto.offset.reset\"
manojgudi opened this issue · 2 comments
manojgudi commented
I get this error when I pass ("auto.offset.reset", "latest") as extra kafka conf properties in runConsumer function.
librdkafka seems to implement this:
https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md
Am I missing something?
edenhill commented
That's a topic level configuration property.
Den 27 dec. 2016 13:35 skrev "Manoj" <notifications@github.com>:
I get this error when I pass ("auto.offset.reset", "latest") as extra kafka
conf properties in runConsumer function.
librdkafka seems to implement this:
https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md
Am I missing something?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#30>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAgCvsm390kmEkD28YDZ9YAySZ97T32Gks5rMQX0gaJpZM4LWPwz>
.
manojgudi commented
Yeah my bad. Sorry for the noise.