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

[jira] [Updated] (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:all-tabpanel ]

Steven Aerts updated SAMZA-730:
-------------------------------
    Priority: Minor  (was: Major)

> 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
>            Priority: Minor
>
> 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)