igor mazor

Results 7 comments of igor mazor

thanks for the reply. In order to use tensorflow serving via scala, I had first to copy protbuf files from tensorflow and from tensorflow serving git to my project and...

ok, I will try to find some time for that, but not promise that it would happen by the end of 2017.

I mean to use case classes as the value of the message for the between steps in the stream processing topology. meaning if I have different transformation steps (for example...

could you perhapses still share then the idea how that can be used in the meanwhile ? I see that in the https://github.com/aseigneurin/kafka-streams-scala repo, base on which kafka-streams-scala was inspired,...

Would you support the higher level abstractions ? any roadmap to follow ?

Thanks, its indeed helpful small question: Since the case classes are used for "internal" messaging, why not to use case class serialisation to bytes directly, without doing it via JSON...

thanks! few questions: so if I would like to have my specific serde for case classes, all I need is to extend the custom serde class with StatelessScalaSerde trait and...