You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Gustavo Anatoly (JIRA)" <ji...@apache.org> on 2015/07/05 22:11:04 UTC

[jira] [Commented] (SAMZA-730) hello-samza wikipedia-parser is using json serde for metrics

    [ https://issues.apache.org/jira/browse/SAMZA-730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14614386#comment-14614386 ] 

Gustavo Anatoly commented on SAMZA-730:
---------------------------------------

Hi, [~steven.aerts]

This change involve codification or only refactoring to rename the configuration parameter? If the second option it's the way to fix it, I think that the priority for this issue could be minor/trivial. Forgive me if I'm wrong.

Thanks.

> hello-samza wikipedia-parser is using json serde for metrics
> ------------------------------------------------------------
>
>                 Key: SAMZA-730
>                 URL: https://issues.apache.org/jira/browse/SAMZA-730
>             Project: Samza
>          Issue Type: Bug
>          Components: hello-samza
>            Reporter: Steven Aerts
>
> The configuration for the wikipedia-parser writes metrics to a kafka topic but uses the default {{json}}-serde instead of the {{metrics}}-serde for it.
> The metrics serde is defined, but not used in its {{wikipedia-parser.properties}} file.
> I propose to fix it by configuring it
> {code} 
> systems.kafka.streams.metrics.samza.msg.serde=metrics
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)