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. <counterstrike.sty...@gmail.com> 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