Hi Rob,
*>> We are currently deciding between kafka streams and*
*Samza. Which do you think would be more appropriate?*
Roughly, the two are similar - The design of Samza certainly influenced
what went
into Kafka Streams. However, here are some key differences:
- Support for non-Kafka source an
+Weiqing Yang, who gave a community talk on this at KubeCon this year.
Hi Stefano,
Running Samza-standalone + Zk on Kubernetes should be no different than
running any other application on Kubernetes.
At a high-level, you would:
1. Package your application as a container image - just as you
Hello,
I’m trying to develop Apache Samza on a Kubernetes cluster using Zookeeper for
coordination.
Is there a suggested or working example to follow?
Thank you in advance,
Stefano