[
https://issues.apache.org/jira/browse/SAMZA-110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13897150#comment-13897150
]
Jakob Homan commented on SAMZA-110:
-----------------------------------
I think the concern is the overhead of going from byte[] to Array[Byte], which
assumes Scala/Java is not able to correctly optimize this (which I believe is
the case, but I'm not 100% sure). Perhaps annotation specialization would help
here? http://www.scala-notes.org/2011/04/specializing-for-primitive-types/
> Write a ByteSerde
> -----------------
>
> Key: SAMZA-110
> URL: https://issues.apache.org/jira/browse/SAMZA-110
> Project: Samza
> Issue Type: Bug
> Components: container
> Affects Versions: 0.6.0
> Reporter: Chris Riccomini
>
> It would be good to have a ByteSerde included in samza-core's serializer
> package. This serde should just be a no-op that returns the arrays it's given.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)