You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to look into
a) using the API Gateway for proper endpoints, instead of using protoc-gen-microweb for web endpoint code generation https://micro.mu/docs/api.html#rpc-resolver
b) being able to run the service standalone, without the gateway. With proper protobuf endpoint annotations, we might be able to use the generated api.Endpoints without the gateway.
The text was updated successfully, but these errors were encountered:
We want to look into
a) using the API Gateway for proper endpoints, instead of using
protoc-gen-microweb
for web endpoint code generation https://micro.mu/docs/api.html#rpc-resolverb) being able to run the service standalone, without the gateway. With proper protobuf endpoint annotations, we might be able to use the generated
api.Endpoint
s without the gateway.The text was updated successfully, but these errors were encountered: