Skip to content
David's Website
David's Website
  • Home
  • Blog
  • Portfolio
  • CV
Search:
Linkedin page opens in new windowGithub page opens in new windowTwitter page opens in new window
  • Home
  • Blog
  • Portfolio
  • CV

Category Archives: Kafka

You are here:
  1. Home
  2. Streaming
  3. Category "Kafka"

Streaming in Confluent KsqlDB: Modifying AVRO Schema

Kafka, KsqlDB, StreamingBy David PratDecember 1, 2020Leave a comment

In the context of streaming applications Kafka has been a very used technology to solve real time and exactly-once-processing problems by many big and medium companies. It also has been used as a temporary logs in which all applications could benefit from brokerage and read from multiple destinations the same incoming data. With the introduction…

Processing a stream of events with Kafka and Flink

Flink, Kafka, StreamingBy David PratNovember 12, 2020Leave a comment

Dear reader, in this post you’ll learn how to deploy a Kafka cluster and a Flink cluster. You’ll also learn how to make a simple application in Flink to process a stream of event coming from a Kafka producer. The tutorial is intended to prepare the reader to have this first experience with both technologies…

Go to Top