asnare commented on issue #7001: Which parser to use for Avro encoded messages from Divolte? URL: https://github.com/apache/incubator-druid/issues/7001#issuecomment-460627284 I've just had a closer look at the Kafka messages near the top, and the data in there doesn't _quite_ match the schema. (At a guess, I'd say you've changed the schema and the topic now has mixed messages. This is asking for trouble with naked Avro records on a topic.) Guessing a bit from the data, these records at the very least contain an extra timestamp between the `firstInSession` and `remoteHost` fields. Maybe that's a hint that helps?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
