[gRPC #9.2] Serialize protobuf message - Java

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

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

  • @prasadsanga4830
    @prasadsanga4830 16 дней назад

    very nice tutorial series

  • @Nadim-qk4sh
    @Nadim-qk4sh 9 месяцев назад

    thank you very much

  • @oduber.vasquez
    @oduber.vasquez 4 года назад +1

    Excellent thank you very much

  • @minhnguyenanh6027
    @minhnguyenanh6027 4 года назад +1

    Can I have a question ?
    I used the gitlab to pull the project, run the gradle to build and I found the buid/generated/source folder, but getting the error on import pb folder in service class.
    Do you know what is the main reason ? many thanks

    • @TECHSCHOOLGURU
      @TECHSCHOOLGURU  4 года назад

      Hi Minh, if the codes are successfully generated but you got import error then it's probably something wrong with the sourceSets configuration in build.gradle file.
      Did you follow the guide on Lecture 8 to setup the project?

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

      I faced this same issue. After trying so many different options found an answer which told to restart the IDE. Seems to be a index build issue.

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

      I got the same issue. I just restart IDE and then after IDE run some background tasks (indexing) and the issues has been resolved

  • @nossandra
    @nossandra 4 года назад

    Thank you very much!