@gunnarmorling The weak typing of Kafka configuration has always surprised me, we try to address that with github.com/swisspost/kobu… but it cannot check the serializer type.
Generally loving the compile-time type safety provided by #Java. But it also has its limits, e.g. this sort of misconfiguration will only show up at runtime. Is there any language where a generic config like that key serializer can be promoted into static type info 🤔?
Soldered my first PCB breadboard ever. A low-noise regulator for powering 12V preamp and 5.1V rPi with only one supply. Part of an portable audio looper/effect pet project.
Today I wanted to create a very small #webpage and use #ES6 modules. I found myself dealing with browserify babel and finally webpack.
Its crazy how complex such simple tasks have become. I am so glad that we have tools like the #Angular CLI which takes care of the setup.