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).
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).