Guest User

Untitled

a guest
Jul 20th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. org.apache.kafka.common.errors.SerializationException: Error deserializing key/value for partition event_source.invoices-0 at offset 0. If needed, please seek past the record to continue consumption.
  2. Caused by: org.apache.kafka.common.errors.SerializationException: Error deserializing Avro message for id 1
  3. Caused by: org.apache.avro.AvroTypeException: Found com.q2c.schema.avro.invoice.InvoiceEvents, expecting com.q2c.schema.avro.invoice.InvoiceEvents, missing required field correlationId
  4. at org.apache.avro.io.ResolvingDecoder.doAction(ResolvingDecoder.java:292)
  5. at org.apache.avro.io.parsing.Parser.advance(Parser.java:88)
  6.  
  7. kafka = TestUtils.createServer(kafkaConfig, Time.SYSTEM); // line 77
Add Comment
Please, Sign In to add comment