Kafka Consumer Container Restarts in Kubernetes: A Production Case Study
A prod debugging story you’ll probably relate to
Feb 10, 20267 min read73

Search for a command to run...
Articles tagged with #java
A prod debugging story you’ll probably relate to

In software engineering, SOLID is an acronym for 5 design principles intended to make software designs more understandable, flexible, robust, and maintainable. Adopting these practices can contribute to avoiding code smells too. The 5 SOLID principle...

Introduction In this article, you will learn how to use Spring Boot and HarperDB to create a microservice. Later on, you will also look at how to deploy the complete application on AWS Elastic Beanstalk. You will be building an Employee Leave Managem...

Learn how to create unique IDs for a distributed system at a large scale using the Twitter snowflake
