Code: Select all
<code>4Khz=4000 samples/sec
17Khz=17,000 samples/sec
500Khz=500,000 samples/sec
I been unable to find any Kafka libraries that will work with the ESP-32 natively. I have seen librdkafka which is built in C.
I have two questions:
- Is there any library currently available for running a Kafka producer on an ESP-32.
If there is no existing library, is there a way for me to write a wrapper around librdkafka to leverage the C APIs available on the ESP-32 platform. If anyone has had experience writing wrappers I would love a detailed description or direction towards someone who has put together a nice writeup.