Hi Neha, Yes, I understand that but when transmitting single message (I can not set List of all topics) Only Single one. So I will to add same message in buffer with different topic. If Kakfa protocol, allows to add multiple topic then message does not have to be re-transmited over the wire to add to multiple topic.
The Producer record only allow one topic. http://people.apache.org/~nehanarkhede/kafka-0.9-producer-javadoc/doc/org/apache/kafka/clients/producer/ProducerRecord.html Thanks for your quick response and I appreciate your help. Thanks, Bhavesh On Mon, Oct 20, 2014 at 9:10 PM, Neha Narkhede <neha.narkh...@gmail.com> wrote: > Not really. You need producers to send data to Kafka. > > On Mon, Oct 20, 2014 at 9:05 PM, Bhavesh Mistry < > mistry.p.bhav...@gmail.com> > wrote: > > > Hi Kakfa Team, > > > > > > I would like to send a single message to multiple topics (two for now) > > without re-transmitting the message from producer to brokers. Is this > > possible? > > > > Both Producers Scala and Java does not allow this. I do not have to do > > this all the time only based on application condition. > > > > > > Thanks in advance of your help !! > > > > > > Thanks, > > > > > > Bhavesh > > >