BartMiki commented on issue #12912:
URL: https://github.com/apache/druid/issues/12912#issuecomment-1219113515

   Regarding Jackson, there is no such method. The problem occurs due to type 
erasure of generic classes (see this 
[ticket](https://github.com/FasterXML/jackson-databind/issues/699#issuecomment-73382972)).
   
   Regarding the two-step serialization, I suggested a solution in the [PR 
comment](https://github.com/apache/druid/pull/12915#issuecomment-1219105113). 
The problem is that `KafkaEmitter` adds an additional property to the output 
event which complicates serialization a bit.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to