Re: Kafka design query

2017-03-22 Thread Colin McCabe
Hi Amit, In your example, computer A would be running the Kafka producer (which is a software library) and computer B would be running the Kafka broker (which is a long running-program, or daemon). Hope that helps. best, Colin On Fri, Mar 10, 2017, at 01:27, amit tomar wrote: > Hi Experts, > >

Kafka design query

2017-03-10 Thread amit tomar
Hi Experts, I am new to Kafka and programming world. Just want to know that if i want to pull messages from another comupter to kafka cluster, for example if i have computer A - source and Computer B which is having kafka setup then to pull the messages from computer A where i need to run the Kafk

Re: Kafka design query

2017-03-10 Thread amit tomar
Also if it is computer A then do i need to install Kafka on Computer A too. On Fri, Mar 10, 2017 at 4:27 PM, amit tomar wrote: > Hi Experts, > > I am new to Kafka and programming world. Just want to know that if i want > to pull messages from another comupter to kafka cluster, for example if i >