Re: Is it a good idea to use Apache Kafka for this purpose?

2015-05-26 Thread Warren Henning
There's not much specific detail in what you described, but that sounds
like classic pub-sub, which Kafka is well-suited for.

On Tue, May 26, 2015 at 8:09 AM, Mert metin mertme...@outlook.com wrote:

 Hi there!
 I have multiple servers. What I want to do is to send user information
 across servers. Basically, there will be publisher servers (masters) and
 subscribers(slaves). Each subscriber server will have a scope and it will
 only accept the information from that scope. I thought I can use topic  for
 that.
 Is it a good idea to use Kafka for this purpose?

 --Mert Metin, Software Engineer, Proximify



Is it a good idea to use Apache Kafka for this purpose?

2015-05-26 Thread Mert metin
Hi there!
I have multiple servers. What I want to do is to send user information across 
servers. Basically, there will be publisher servers (masters) and 
subscribers(slaves). Each subscriber server will have a scope and it will only 
accept the information from that scope. I thought I can use topic  for that.
Is it a good idea to use Kafka for this purpose?

--Mert Metin, Software Engineer, Proximify