microservices

  • Challenges Using Istio Sep 18 2019
    The team and I decided to use Istio to secure the communication of our microservices. However, we ran into many challenges using Istio in our environment.

  • Kafka Nodejs Example with Producers and Consumers Apr 17 2019
    Let's take a look at a Kafka Nodejs example with Producers and Consumers. Using the library kafka-node, it is very easy write a kafka application in javascript.