[
https://issues.apache.org/jira/browse/HADOOP-10949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14700701#comment-14700701
]
Abin Shahab commented on HADOOP-10949:
--------------------------------------
Send in this class does not return any futures:
kafka.javaapi.producer.Producer.
This is the old producer.
Version 0.8.2(the latest) introduced a new producer that has futures:
http://kafka.apache.org/082/javadoc/org/apache/kafka/clients/producer/KafkaProducer.html
So that explains why we have the old one.
Regarding your other comment, KafkaSink IS being inited using a
{{SubsetConfiguration}}.
On Mon, Aug 17, 2015 at 4:09 PM, Ravi Prakash (JIRA) <[email protected]>
> Write metrics2 sink plugin for Apache Kafka -- KafkaSink
> --------------------------------------------------------
>
> Key: HADOOP-10949
> URL: https://issues.apache.org/jira/browse/HADOOP-10949
> Project: Hadoop Common
> Issue Type: New Feature
> Components: metrics
> Reporter: Babak Behzad
> Assignee: Babak Behzad
> Attachments: HADOOP-10949.patch, HADOOP-10949.patch
>
>
> Write a metrics2 sink plugin for Hadoop to send metrics directly to Apache
> Kafka in addition to the current, Graphite
> ([Hadoop-9704|https://issues.apache.org/jira/browse/HADOOP-9704]), Ganglia
> and File sinks.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)