clojure

A collection of 2 post

Health checking for cloud native applications

As we build cloud native applications, it is increasingly important that these applications be resilent and suited to the orchestration platforms like kubernetes on which they run on. Healthchecks are one of the requirement of a good cloud native application. In this post I discuss how to write effective healthchecks for applications running in inherently unstable environments.

Synchronous requests in a kafka world

Kafka is usually used at the center of scalable solutions, but it happens to be designed to function asynchronously. In this post I describe how I was able to handle a synchronous request/response with kafka

Copyright © 2020 Husayn Arrah.