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 
entity to whom they are addressed. If you have received this e-mail in error, 
please notify the sender by reply e-mail immediately and destroy all copies of 
the e-mail and any attachments.


Re: Kafka edge nodes

2016-11-01 Thread Ritesh Tijoriwala
You could have a http front-end to kafka in your primary compute zone and push 
requests from your edges (http POST) to this frontend which will then use a 
Kafka producer to publish messages to your central kafka cluster.


From: Peter N. 
Sent: Monday, October 31, 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