helidon-sockshop / sockshop

(START HERE) Helidon Sock Shop: Main application repository containing checkout, build and deployment scripts for all services
Universal Permissive License v1.0
99 stars 19 forks source link

Provide gRPC implementation of Payment and Shipping service #5

Closed aseovic closed 4 years ago

aseovic commented 4 years ago

We should implement Payment and Shipping as gRPC MP services, in order to demonstrate Helidon gRPC usage.

We can use JSON or BSON as the payload, as all classes already support both serialization formats, but that does imply that we need to implement custom marshallers for them (which should probably be added to Helidon gRPC proper).

aseovic commented 4 years ago

Fixed.