Chuckame commented on PR #14157:
URL: https://github.com/apache/kafka/pull/14157#issuecomment-2745203148

   @patronovski sadly, avoiding unnecessary serialization is very hard to 
achieve, as a fk-join left-upstream table (`KTableValueGetterSupplier `) can be 
of any materialized type (result of a join, reduce, aggregation, etc), so it 
needs high knowledge in all the kafka streams layers: dsl, serialization, and 
stores.
   
   To fix the fk-join issue, another way would be to allow providing our own 
hasher and our own hash comparator, to handle hashing using the avro's version 
by example, but this would require complex user code.


-- 
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]

Reply via email to