Moving from Imperative to Reactive by Paul Harris @ Spring I/O 2019

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 พ.ย. 2024

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

  • @chandrasekar9510
    @chandrasekar9510 5 ปีที่แล้ว

    Great starting point, nice presentation!

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

    What DB was used in demo App? Seems like it is H2... It is very strange to use non reactive DB in reactive application :)

  • @matiasfic
    @matiasfic 5 ปีที่แล้ว

    This demo would be better if you use a reactive DB to avoid manually creating your Mono/Flux for every repository call. Anyway, great tutorial for understanding the basics of moving from imperative to functional!

  • @areebjamaliam
    @areebjamaliam 5 ปีที่แล้ว

    @33:15 Could be just map instead of flatMap, no need to wrap newEmployee in Mono since it is 'just', or it could be flatMap with return repository.save and no further map below