- Learning about building gRPC Services
- Run build:
./gradlew clean build
- Build into a Native Image:
./gradlew dockerBuildNative
. It creates a docker image tagged by default asgrpc-playground-api-server:latest
- Default
latest
:docker-compose up -d
- Override version, i.e.
1.0
:PLAYGROUND_API_VERSION=1.0 docker-compose up -d
- Build Native (Graalvm)
- gRPC Health Check
- TDD approach for gRPC applications
- Proto files sync for clients
- Contract testing