Intro to Temporal with Go SDK

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

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

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

    If only there was a Python demo! The unofficial one needs some love too!

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

      Here's a Python intro: th-cam.com/video/jZgtiGgEK6A/w-d-xo.html and docs: docs.temporal.io/dev-guide/python

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

      @@Temporalio Thank You!

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

    Very informative presentation. Thanks

  • @idrp
    @idrp 2 ปีที่แล้ว

    If there is an interface that both temporal server and client has not implemented yet, like for example listing workflow types by namespace, how do you suggest I should provide it?

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

    Don’t get it… select is select and defer is defer, why did they combine these two functionalities into one “selector” function

    • @loren-sr
      @loren-sr ปีที่แล้ว

      `Selector` is meant to replace the normal `select` statements in workflow code. Temporal workflows support usual `defer` semantics and can be used like a normal Go function. They are not combined together.

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

      @@loren-sr 17:10 hm.. He said "AddFuture is kind of like defer statement" and that's why I thought they combined it.

  • @МихаилКуварзин-щ5й
    @МихаилКуварзин-щ5й ปีที่แล้ว +3

    Great explanations, but so fast speaking...