turtlesoupy/haskakafka

KafkaUnknownConfigurationKey: No such configuration property: \"auto.offset.reset\"

manojgudi opened this issue · 2 comments

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?

Yeah my bad. Sorry for the noise.