confluentinc / operator-earlyaccess

Confluent Operator Early Access docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is the best way to demonstrate Kafka at the Edge?

kishcs opened this issue · comments

I have executed Kafka Producer-Consumer console sample application in Ubuntu.
I would like to know what is the best way to demonstrate Kafka at the Edge devices such as RPI3 or RPI4?

Will the same Kafka and Zookeeper applications will run in RPI devices?
e.g. kafka_2.13-2.8.0.tgz for Linux.

@amitkgupta I have gone though the discussion at #27 and I learn different approaches mentioned by both you and Vijay Kumar. My objective is to demo the Idea:2 (Kafka at the edge, no Kubernetes) approach. So How can I achieve this? Any doc/guide will be helpful.

Thanks.