Quarkus "Q" Tip: Implement a CRUD/REST service using virtual threads in Quarkus

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ม.ค. 2025

ความคิดเห็น • 5

  • @albertoneto1180
    @albertoneto1180 2 หลายเดือนก่อน

    Is there any point of using smallrye mutiny if virtual threads are available?

  • @aelfric5578
    @aelfric5578 ปีที่แล้ว +2

    What's that utility you were using in the right command line to make the HTTP calls?

    • @daily_coder
      @daily_coder ปีที่แล้ว

      Probably custom alias he might have created

  • @DanielWamara
    @DanielWamara ปีที่แล้ว +3

    what is/are the benefit(s) of it?

    • @danieloh30
      @danieloh30 ปีที่แล้ว

      Quarkus enables developers to run apps on a virtual thread rather than a platform thread (limited concurreny) when you use @RunOnVirtualThread annotation