I can't believe it's not a queue: Using Kafka with Spring

Sdílet
Vložit
  • čas přidán 9. 07. 2024
  • Recorded at SpringOne Platform 2016.
    Speaker: Joe Kutner, Confluent
    Slides: www.slideshare.net/SpringCentr...
    Your existing message system is great, until it gets overloaded. Then what? That's when you should try Kafka.
    Kafka is designed to be resilient. It takes the stress out of moving from a Spring monolith into a scalable system of microservices. Since you can capture every event that happens in your app, it's great for logging. You can even use Kafka's distributed, ordered log to simulate production load in your staging environment.
    Come learn about Kafka, where it fits in your Spring app, and how to make it do things message queues simply can't.
  • Věda a technologie

Komentáře • 6

  • @codeisawesome369
    @codeisawesome369 Před 4 lety +4

    2 mins in and this talk pays for itself. Genius.

  • @oliverweiler8113
    @oliverweiler8113 Před 7 lety +12

    If anyone is having trouble with setting up the consumer: it's crucial to configure the consumer's group ID.

  • @WebWolf89
    @WebWolf89 Před 7 lety +4

    God bless you! I was getting tired of doing this manually :)

  • @venkatamangina9808
    @venkatamangina9808 Před 5 lety +5

    This is Gold!

  • @AjayKumar-fd9mv
    @AjayKumar-fd9mv Před rokem

    👍

  • @tomknud
    @tomknud Před 2 lety

    There's a manual!