Refactoring to a System of Systems - Oliver Gierke

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

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

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

    Nice presentations, thanks! I liked the idea of avoiding additional infra/overhead of Kafka and the like and relying on REST APIs. IMO if one doesn't like the pull approach, it's also possible to use server-sent events and use the interesting sources of data as event sources. Reactive programming can also help deal with back-pressure

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

    It is really like interfaces in EJB 2.0 which you had to obey completelly, implement but you did not have any benefit. For me the Event is an object which tells me *what happened* and so it has type of event and maybe few attribute details. Other thing is Command which tells me *do something* and it contains data. That's it, easy, no need to use Spring API.

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

    Is there link to github repo?

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

      github.com/olivergierke/sos This one?

    • @odrotbohm
      @odrotbohm 6 ปีที่แล้ว +1

      That's it!