Kafka with MQQT
I am new to Internet Of things. I have pushed temperature data to mosquito server and successfully consumed all data. Now I want to push data from arduino to kafka server and consume from kafka. Is there any kafka library for arduino? What architecture will be suitable for scaling mqqt using apache
Number of messages in a kafka topic
Hi Kafka Users! how to check number of messages in a kafka topic using java api? Thanks