Best of KafkaSeptember 2022

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Best Practices for Scaling Your Node.js REST APIs

    Use throttling at the first junction point between your application and the News Feed Service. Use the ELK stack for setting up a good logging and alerting pipeline. If a request goes through multiple services during the lifecycle, you can pass along a unique ID in the logs to capture a particular request across all the services.

  2. 2
    Article
    Avatar of logrocketLogRocket·4y

    Building Rust microservices with Apache Kafka

    Kafka-based microservices built with Rust usually have one or more producers and consumers. In this article, you’ll learn how to build a microservice using Rust with Kafka. The producer is connected to your local server at localhost:9092. The consumer we created above reads events published to the topic- Name topic and prints the event’s message to the console. It works in more detail. The consumer is created.

  3. 3
    Article
    Avatar of oktaOkta Dev·4y

    Communicate Between Microservices with Apache Kafka

    Communicate between microservices with Apache Kafka Communicate Between Microservices with Kafka. This model can exhibit low latency but only works if services are made highly available. In your jhipster-kafka folder, import this file with the following command: Jhipster jdl apps. In the project folder, create a sub-generator.