Re: Kafka edge nodes

2016-11-01 Thread Ritesh Tijoriwala
, 2016 10:47:18 PM To: users@kafka.apache.org Subject: Kafka edge nodes I have a primary compute zone that takes in all the requests we've seen and processes them. I have a lot of edge nodes. How would I push the data to be processed in that zone? Thank you

RE: Kafka edge nodes

2016-11-01 Thread Tauzell, Dave
You want the servers in the primary zone to put messages onto Kafka and applications in the edge nodes to read and process them? -Dave This e-mail and any files transmitted with it are confidential, may contain sensitive information, and are intended solely for the use of the individual or enti

Kafka edge nodes

2016-11-01 Thread Peter N.
I have a primary compute zone that takes in all the requests we've seen and processes them. I have a lot of edge nodes. How would I push the data to be processed in that zone? Thank you