Rust Linz, September 2021 - Filip Kieres - Send Your Microservices to the Autobahn w/ gRPC and Rust

Поделиться
HTML-код
  • Опубликовано: 1 фев 2025

Комментарии • 10

  • @bjugdbjk
    @bjugdbjk 2 года назад

    Excellent talk by Filip, it gives complete overview what rust is with gRPC, Thumbsup for rust community for their work on gRPC.

  • @fbecart
    @fbecart 3 года назад +6

    Thanks for the talk. It would be cool to have access to the examples you built (both grpc-rust and tonic), in particular if you set them up with Bazel and Tilt.

  • @fxposter
    @fxposter 3 года назад +5

    Just to clarify: if I'm not mistaken - grpc-java and grpc-go actually do not use grpc-c. literally all other languages do, though :)

    • @richardbelleville8334
      @richardbelleville8334 3 года назад

      This is correct. Go and Java do not build on gRPC C-Core. However, other languages are also moving away from C Core. Node and C# have recently migrated to stacks written entirely in Node and C# respectively.

  • @HiAdrian
    @HiAdrian 3 года назад

    Really insightful and clear talk, thanks!

  • @DrIngo1980
    @DrIngo1980 3 года назад +1

    This seems to hit all the subjects I am interested in. Gonna watch the whole thing when its not the middle of the night and I am super tired and my brain actually needs rest. Because I fear I'll miss out on really valuable information then. 😄

  • @alfredozuloaga8326
    @alfredozuloaga8326 3 года назад +1

    Outstanding presentation.
    Would you mind if you could share Git repository to visualize how you implement all these tools, please?

  • @emvdl
    @emvdl 3 года назад +1

    Thank you 👍

  • @crasite
    @crasite 2 года назад

    Bazel is like the old game dota 1, if you don't already know someone who already know how to use bazel. You won't be able to learn how to use bazel.

  • @patix0331
    @patix0331 3 года назад

    Awesome