In this article, you will learn how to use Apache Avro and Confluent Schema Registry to make your Kafka bus more robust.
Introduction
Apache Kafka is a distributed streaming platform. It is used to publish and subscribe to streams of records, similar to a message queue or enterprise messaging system. Kafka is often used as a data bus to connect different systems and applications. It is a very power...
[Read More]
How to run 'landoop/fast-data-dev' on Mac M1?
Hey guys!
I was following a lecture about Kafka Schema Registry when I suddenly had to run Landoop and a bunch of tools with Docker on my Mac.
I met this error after running this Dockerfile:
Setting advertised host to 127.0.0.1.
runtime: failed to create new OS thread (have 2 already; errno=22)
fatal error: newosproc
After a few minutes of searching, I understood that's because I ran it on my M1 a...
[Read More]