Ssouradeep2205inplatform-engg-log.hashnode.dev·Jun 7 · 5 min readWhy is Avro considered a first-class citizen for Kafka?Have you ever wondered, why Apache Avro is the preferred serialization format for kafka, even though JSON being the most popular format used everywhere? I was recently going through the AVRO internals00
Ssouradeep2205inplatform-engg-log.hashnode.dev·Apr 25 · 3 min reada quick way to bulk replace files in your Docker image - save docker layersDid you ever use bunch of such commands in your Dockerfile? RUN rm -v /path/to/dir1/guava-32.1.7.jar RUN wget https://repo1.maven.org/maven2/com/google/guava/guava/33.0.0-jre/guava-33.0.0-jre.jar -P /00
Ssouradeep2205inplatform-engg-log.hashnode.dev·Apr 18 · 4 min readgit cherry pick - Quite an underrated tool !You know what — I never dug deeply into what Git can do. It solved my everyday pushes, pulls and fetches, so I was content and didn’t treat it like anything special. That changed when I hit a wall. Le00