remote Kafka producer configuration and kafka.common.FailedToSendMessageException

2015-08-17 Thread Job-Selina Wu
Dear All: I am looking for experts on Kafka to help me on remote Kafka java producer configuration . My Kafka java broker and producer are at different *AWS* instances. How should I set "metadata.broker.list" value. According to https://kafka.apache.org/08/configuration.html, The form

Re: remote Kafka producer configuration and kafka.common.FailedToSendMessageException

2015-08-17 Thread Job-Selina Wu
Events(ProducerSendThread.scala:67) at kafka.producer.async.ProducerSendThread.run(ProducerSendThread.scala:45) Does any one can give me some suggestion on it? Sincerely, Selina On Mon, Aug 17, 2015 at 2:25 PM, Job-Selina Wu wrote: > Dear All: > I am looking for experts on Kafka t

Re: remote Kafka producer configuration and kafka.common.FailedToSendMessageException

2015-08-17 Thread Job-Selina Wu
use IP > to start your producer. Making sure your producer and consumer are working > fine. Then trying advertised host name to connect it. > > props.put("*metadata.broker.list", "I <http://52.16.17.181:9092/>P to > start your producer") > > > &g

Re: remote Kafka producer configuration and kafka.common.FailedToSendMessageException

2015-08-17 Thread Job-Selina Wu
> props.put("*metadata.broker.list", "I <http://52.16.17.181:9092/>P to > start your producer") > > > > Best regards > Hawin > > > On Mon, Aug 17, 2015 at 2:50 PM, Job-Selina Wu > wrote: > > > Hi, All: > > > > When I tried find the bu