Hi, I have built a gRPC service and I want to test it end2end. My goal is to be as close as possible to production, but I want to test it locally.
Is there any framework to test this kind of setup? In particular, I want to be able to produce temporary SSL server and client certificates to simulate a client with credentials connecting to the server[1]. I would also like to connect to my database (Google Cloud Datastore), but I plan to use the Google Cloud Datastore emulator[2]. Thanks Sylvain [1]: https://grpc.io/docs/guides/auth.html#go [2]: https://cloud.google.com/datastore/docs/tools/datastore-emulator -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/5988893a-37d5-4e8f-ae27-c80db0ba60cf%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
