Roberto PozziUsing sensors with Raspberry boards Part 2: connecting and sending data from a DHT11 sensorWelcome to the second and final article of this series; in the first article…Sep 8, 2021Sep 8, 2021
Roberto PozziUsing sensors with Raspberry boards Part 1: sending data to KafkaI have not been playing around with my Raspberry Pi for a while, then recently I had to deepen my knowledge of Kafka and I got an idea to…Aug 11, 20212Aug 11, 20212
Roberto PozziWrite a Kafka producer with Java using Spring BootSometime ago I set up my Raspberry board with a temperature and humidity sensor and configured it to publish data to a Kafka cluster (you…May 5, 2023May 5, 2023
Roberto PozziWrite a Kafka consumer with Java using Spring BootRecently I wrote the article Write a Kafka producer with Java using Spring Boot; the other side of the coin in an event streaming platform…May 15, 2023May 15, 2023
Roberto PozziUsing Confluent to run your Kafka infrastructureUsing a local running Kafka is obviously the best, fastest and simplest way to start playing with Kafka, and that’s exactly what I did and…Jul 28, 2023Jul 28, 2023
Roberto PozziWhy Kafka Streams: Extending Kafka’s PowerApache Kafka has established itself as a reliable and scalable event streaming platform, catering to the needs of various real-time data…Oct 13, 2023Oct 13, 2023
Roberto PozziUse Kafka Streams to implement a temperature sensor applicationIn a previous article Why Kafka Streams: Extending Kafka’s Power I explained what Kafka Streams is, why it is needed and how it works.Nov 14, 2023Nov 14, 2023
Roberto PozziEnable security for Kafka applicationsWhen things get serious, security is one of the first thing you have to consider and Kafka applications are not different.Nov 28, 20231Nov 28, 20231