Reactive Microservices on the JVM with Vert.x by Burr Sutter

Поділитися
Вставка
  • Опубліковано 4 лют 2025

КОМЕНТАРІ • 19

  • @skvello
    @skvello 3 роки тому +6

    This guy simply deserves more time to be on stage. Amazing talk.

  • @lyovazi8533
    @lyovazi8533 7 років тому +5

    This really awesome set of real life examples.
    I developed multiple of highload apps using Vert.x and results pretty good.
    Perfomance of apps are just impossible high.
    Thanks for shadding light on vert.x

  • @joshr277
    @joshr277 3 роки тому +1

    this is the best presentation ever! 🎯

  • @anumsheraz4625
    @anumsheraz4625 7 років тому

    Love the fun way of delivery. Amazing real life examples and full of new tech stuff to learn. Thank you for uploading :)

  • @PaulSebastianM
    @PaulSebastianM 6 років тому +11

    Hardly any vertx... until 39:30.

  • @tianqing9363
    @tianqing9363 6 років тому +1

    what hardware you use?

  • @naviesometimes9417
    @naviesometimes9417 6 років тому

    I have learned a lot.

  • @smonkey001
    @smonkey001 6 років тому

    Great talk! Hmm, I'm wondering how good is the Java support on that VSC.

  • @kenyee88
    @kenyee88 6 років тому

    are the slides online somewhere?

  • @BryanChance
    @BryanChance 2 роки тому

    Wow!

  • @ilya9485
    @ilya9485 7 років тому

    Very interesting.

  • @huangbo7297
    @huangbo7297 7 років тому +1

    Where is the code btw?

  • @huangbo7297
    @huangbo7297 7 років тому

    awesome

  • @vaggelisvatik1978
    @vaggelisvatik1978 5 років тому +1

    github repo??

    • @dmytroburyak8786
      @dmytroburyak8786 5 років тому +1

      check out link to the presentation, it has all the github links inside

  • @terrytorres5026
    @terrytorres5026 6 років тому

    While I understand the model, when it came to the Port authority with say 200 sensors, the data will not be coming in that quickly. This is human level effort and you can imagine about 100 crates moving around per hour. Each sensor point will be hit by a crate probably once every 15 seconds. A single simple server could easily manage all incoming IoT sensor data without blinking an eye. Lambda in AWS easily could handle this. So you are looking at about 5000-8000 sensor hits per hour-that is nothing in terms of computing power. A raspberry pi could handle that load, much less a real server. He mentions 7 million transactions, again, that's not a lot of data. If anyone has ever worked in Telcom you get 100-300 million per hour with data. This is managed by on-premise servers using traditional servers with HTTP or sockets. No new frameworks, just good solid code.

  • @AbhinandanNM
    @AbhinandanNM 6 років тому +1

    54:50 :p :p

  • @terrytorres5026
    @terrytorres5026 6 років тому

    Lol, could write C code in 8K of code to do the same thing, and it would outperform what you have showing.

    • @smonkey001
      @smonkey001 6 років тому +2

      Take a look at techempower's benchmarks. JVM langs are on part of the C, C++ & Rust web framework performance. It's scary fast!