Introduction to Protocol Buffers (gRPC Tutorial using buf) with Golang/Ruby Examples

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

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

  • @pooladkhay
    @pooladkhay 2 года назад +1

    Awesome! Looking forward to see a complete gRPC series soon.

  • @tony-go-code
    @tony-go-code 2 года назад

    I'm waiting for this series so long. Thq will follow to complete.

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

      Better late than never Sarath, Take care!

  • @megadrocks
    @megadrocks 2 года назад +2

    @Mario Carrion Thanks for the great video, one small addition - currently buf config init has been replaced by buf mod init.

  • @Peter-xn9bk
    @Peter-xn9bk 2 года назад

    That awesome ! Thanks so much from Viet Nam

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

      Glad you liked it! Greetings from New York City

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

    Nice video, thank you! I recently learned about buf but haven't used it; seems like a nice tool

    • @MarioCarrion
      @MarioCarrion  2 года назад +1

      Farzad, IMO it is a great improvement to creating your own Makefiles to compile protocol buffers, sure it's opinionated but it makes things easier for sure.

    • @farzadmf
      @farzadmf 2 года назад +1

      Totally agree Mario

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

    Keep up the great work

  • @vincentyoumans
    @vincentyoumans Год назад +1

    Fantastic video... I would definitely pay $ for more... Comment, at 3:24, you say the command is 'buf config init'. I believe the new cli command is 'buf mod init'.

    • @MarioCarrion
      @MarioCarrion  Год назад +1

      You're correct, when I recorded the video I believe buf was still in beta.

    • @vincentyoumans
      @vincentyoumans Год назад

      @@MarioCarrion I am getting the following error... ```field plugin not found in type bufgen.ExternalPluginConfigV1```
      any sugestions on fix?
      Also, the grpc is not being generated.

    • @vincentyoumans
      @vincentyoumans Год назад

      @@MarioCarrion I just signed up for paid membership

    • @MarioCarrion
      @MarioCarrion  Год назад

      Are you using the example code or some of your own? If you can share the code it would be easier to debug.

    • @vincentyoumans
      @vincentyoumans Год назад

      @@MarioCarrion I fixed it. but I would like to get a code review of a project I am working on... perhaps some improvement ideas. I would like to add a rust server to it. stay tune on the github link

  • @codelinx
    @codelinx Год назад

    This video is a mess. So I understand what you are trying to show here, but the layout is not clean for someone without experience in this realm. Bouncing around with different languages is jarring.

    • @MarioCarrion
      @MarioCarrion  Год назад +1

      Would you have preferred to see the same language used for both examples?