You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Eli Reisman (JIRA)" <ji...@apache.org> on 2016/10/09 18:19:20 UTC

[jira] [Assigned] (SAMZA-1026) HDFS System Producer should not have Kafka dependency

     [ https://issues.apache.org/jira/browse/SAMZA-1026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eli Reisman reassigned SAMZA-1026:
----------------------------------

    Assignee: Eli Reisman

> HDFS System Producer should not have Kafka dependency
> -----------------------------------------------------
>
>                 Key: SAMZA-1026
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1026
>             Project: Samza
>          Issue Type: Sub-task
>            Reporter: Hai
>            Assignee: Eli Reisman
>
> Currently HDFSSystemFactory has seemly unnecessary dependency on Kafka:
>   def getProducer(systemName: String, config: Config, registry: MetricsRegistry) = {
>     val clientId = KafkaUtil.getClientId("samza-producer", config)
>     val metrics = new HdfsSystemProducerMetrics(systemName, registry)
>     new HdfsSystemProducer(systemName, clientId, config, metrics)
>   }
> Should try to get rid of the dependency



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