Reactive Spring Boot With Kotlin Coroutines: Adding Virtual Threads

Поділитися
Вставка
  • Опубліковано 9 вер 2024

КОМЕНТАРІ • 18

  • @varunshrivastava6845
    @varunshrivastava6845 7 місяців тому +15

    This is one of the best explanation of how coroutines and virtual threads works. And also how springboot has incorporated these changes. Kudos to Urs Peter!!!!!

  • @slaynnyt8130
    @slaynnyt8130 7 місяців тому +1

    This is amazingly clear and well explained, I'm gonna send this to all backend engineers of the company I work at as a must-watch!

  • @sushovanchakraborty1028
    @sushovanchakraborty1028 7 місяців тому +1

    The best explanation of virtual threads till date.

  • @RockyJaiswal
    @RockyJaiswal 7 місяців тому +1

    This is one of the best talks I have seen and I have been trying to get Async + VT + Coroutines right for the last year or so and this talk answers all the questions and gives clear explanation of each model.

  • @wdeath
    @wdeath 7 місяців тому +2

    Clojure and spring webflux, is very simple to use also, functional dynamic, not spagheti code you just follow the flow. For people that like functional programming and data processing at least.
    Talk was very nice! Thank you.

  • @cristiansxxx
    @cristiansxxx 6 місяців тому +1

    Great video! Really open my eyes on some concepts. I enjoyed every minute of it and convinced me what a great language is Kotlin. Java dev here, never touched Kotlin so far in my life, but sure looks promising and will be quite curios to give a try in the future

  • @theDevorium
    @theDevorium 7 місяців тому +1

    Really good explanations. But I kinda got lost in between switching good/bad approach in the end. I will have to watch it one more time I guess.
    Just a straightforward kotlin coroutines with spring boot+virtual threads would be nice.
    Keep up the good work. Cheers.

  • @JetherRodrigues
    @JetherRodrigues 6 місяців тому

    Amazing explanation. Congrats @Urs Peter

  • @simonegiusso
    @simonegiusso 6 місяців тому +1

    What has been said by Peter at 25:24 is not correct. It did not go Out Of Memory. What happened in reality is that you hit the max number of native thread your OS allows you to create per java processor. The error says "possible out of memory OR PROCESSOR/RESOURCE LIMITES REACHED.
    If you reduce the available amount of heap, lets say 1GB or 512MB or even less, probably you will see the exactly same error and you will be able to create the maximum number of threads your OS allows you to create.
    An "empty" Platform Thread occupies 1/2MB of STACK not heap.
    Cheers.

  • @andrewsneck
    @andrewsneck 3 місяці тому

    this is brilliant which I have searched

  • @milosristic1111
    @milosristic1111 7 місяців тому +1

    Good evening.Cheers

  • @qweezique
    @qweezique 7 місяців тому +1

    thx ❤

  • @itshan3786
    @itshan3786 7 місяців тому +1

    This was excellent. can we get the demo project from some where - presentation-springboot-coroutines?

    • @Kotlin
      @Kotlin  7 місяців тому +1

      Thanks for asking! Please find the link to the demo project in the description of the video.

    • @itshan3786
      @itshan3786 7 місяців тому

      @@Kotlin thanks a lot!😃😃😃

    • @user-hi3dj6wh7d
      @user-hi3dj6wh7d 7 місяців тому

      @@Kotlinthanks but i cant see any link in video description

    • @AntonArhipov
      @AntonArhipov 6 місяців тому

      @@user-hi3dj6wh7d you need to click to expand the description text - there will be the link

  • @user-dg9vc3ts1y
    @user-dg9vc3ts1y 5 місяців тому

    Hi, what kind of tool Mr Urs Peter use for testing the performance of the spring boot app?