Closed talevy closed 10 years ago
I see serializer.class in the options but no serializer.encoding. could you point me to that option?
I usually look at: http://kafka.apache.org/documentation.html
It seems to be an extra optional configuration specific to the StringEncoder https://github.com/apache/kafka/blob/0.8.1/core/src/main/scala/kafka/serializer/Encoder.scala#L43-L44
Ah yes. We discussed this here as well: https://github.com/elasticsearch/logstash/pull/1749 On Nov 10, 2014 6:17 PM, "Tal Levy" notifications@github.com wrote:
It seems to be an extra optional configuration specific to the StringEncoder
— Reply to this email directly or view it on GitHub https://github.com/joekiller/jruby-kafka/pull/14#issuecomment-62474415.
Thank you @talevy.
no, thank you @joekiller!
I would like to update the StringEncoder's encoding without receiving a Warning message about
serializer.encoding
not being a known config option