[
https://issues.apache.org/jira/browse/SAMZA-550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14355850#comment-14355850
]
Yan Fang commented on SAMZA-550:
--------------------------------
Thanks for investigating. I did not realized KafkaSerdeConfig is calling this.
Since this is the case, having
{code}
val subconf = config.subset(SERIALIZER_PREFIX format "", true)
{code}
makes sense.
> Remove dead code in SerializerConfig
> ------------------------------------
>
> Key: SAMZA-550
> URL: https://issues.apache.org/jira/browse/SAMZA-550
> Project: Samza
> Issue Type: Bug
> Components: container
> Affects Versions: 0.8.1
> Reporter: Yan Fang
> Priority: Trivial
> Labels: newbie
> Fix For: 0.10.0
>
>
> In
> [SerializerConfig|https://github.com/apache/samza/blob/master/samza-core/src/main/scala/org/apache/samza/config/SerializerConfig.scala],
> "SERIALIZER_PREFIX" is not used. Remove it or use it to replace
> "serializers.registry." in
> {code}
> val subConf = config.subset("serializers.registry.", true)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)