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]