gRPC

Table of Contents

Installation

$ sudo pacman -S grpc
  1. https://github.com/grpc/grpc/blob/master/doc/command_line_tool.md

Helpful commands

List all the services exposed at a given port:

grpc_cli ls localhost:50051

TODO

  1. https://www.baeldung.com/grpc-introduction

  2. https://quarkus.io/guides/grpc-getting-started

  3. https://yidongnan.github.io/grpc-spring-boot-starter/en/server/testing.html

  4. https://medium.com/turkcell/grpc-implementation-with-spring-boot-7d6f98349d27

  5. https://stackoverflow.com/questions/31938242/using-spring-boot-together-with-grpc-and-protobuf

  6. https://egkatzioura.com/2022/01/28/

  7. https://www.google.com/search?q=java+integration+test+for+sidecar+pattern+with+grpc&sca_esv=c7ca9ef48caee9a3&sca_upv=1&ei=e-qOZenkMMDvkvQPl7CSoAQ&ved=0ahUKEwipjr7L_7SDAxXAt4QIHReYBEQQ4dUDCBA&uact=5&oq=java+integration+test+for+sidecar+pattern+with+grpc&gs_lp=Egxnd3Mtd2l6LXNlcnAiM2phdmEgaW50ZWdyYXRpb24gdGVzdCBmb3Igc2lkZWNhciBwYXR0ZXJuIHdpdGggZ3JwYzIIEAAYgAQYogQyCBAAGIAEGKIEMggQABiABBiiBEilF1CYD1i3E3ABeAGQAQCYAYQBoAHuA6oBAzQuMbgBA8gBAPgBAcICChAAGEcY1gQYsAPiAwQYACBBiAYBkAYI&sclient=gws-wiz-serp

  8. https://stackoverflow.com/questions/60406460/start-an-embedded-grpc-server-while-running-integration-tests-with-springboot

  9. https://www.google.com/search?q=springboot+mock+grpc+blocking+stub&oq=springboot+mock+grpc+blocking+stub&aqs=chrome..69i57.10254j0j1&sourceid=chrome&ie=UTF-8

  10. https://stackoverflow.com/questions/59536673/how-to-use-mockito-to-mock-grpc-serviceblockingstub-to-throw-statusruntimeexcept

  11. https://github.com/grpc/grpc-java/blob/master/examples/src/test/java/io/grpc/examples/helloworld/HelloWorldClientTest.java

  12. https://egkatzioura.com/2022/01/28/mock-grpc-services-for-unit-testing/


Links to this note