Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 834 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 834 Bytes

Mock GRPC Service and Client

This repository contains a simple grpc service and client that can be used for testing.

This project is based on the grpc java examples

Build Status

The service docker image support the following commands

command env variables description
/server MY_POD_NAME Starts the test server with a single method getPodName that returns the value of MY_POD_NAME
/client TARGET Attempts to make 100 connections to the TARGET and verifies that the requests are load balanced

Protocol definition can be found here