Uploaded image for project: 'Samza'
  1. Samza
  2. SAMZA-263 Create SystemConsumer and SystemProducer for HDFS
  3. SAMZA-1026

HDFS System Producer should not have Kafka dependency

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 0.13.0
    • None
    • None

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              pmaheshwari Prateek Maheshwari
              lhaiesp Hai Lu
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: