Skip to content

Librdkafka integration on embedded device #3832

Answered by edenhill
nikidimitrow asked this question in Q&A
Discussion options

You must be logged in to vote

librdkafka requires posix threads, multiple cores, and megabytes of memory, so it will not run on an ESP32 or similar.
I recommend using a simple MQTT or HTTP client on the ESP32 and an MQTT connector or the Kafka REST proxy on the serer side to bridge between the embedded devices and Kafka.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@franz-ms-muc
Comment options

Answer selected by nikidimitrow
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants