Issue
I would like to stream some data from a RPi4 with ARMv8 architecture using the Java client for Apache-Pulsar. I tried initially to do so with the Python client but, unfortunately, being that just a wrapper around the C++ library, it is not compatible with ARMv8 architectures.
So I am wondering if the Java client will work.
Solution
I just ran some talks on RPI4 and NVIDIA Jetson sending data to Pulsar via various mechanisms.
GoLang -> Native Pulsar, Python -> MQTT, Java -> Pulsar
- https://github.com/tspannhw/SpeakerProfile/tree/main/2021/talks
- https://github.com/tspannhw/FLiP-IoT
- https://github.com/tspannhw/FLiP-EdgeAI
- https://github.com/tspannhw/FLiP-Jetson
To get access to all the Pulsar people in one location, sign up for the summit.
Answered By - Tim Spann