-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: gRPC endpoint support #161
Conversation
db89db6
to
4eb8068
Compare
4eb8068
to
39774e1
Compare
4965aef
to
6ca32bc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM to have this as starting point for the feature branch.
description.descriptor, | ||
instanceFactory, | ||
routeFactory) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will certainly need to revisit this magic section later...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah the "integrate two generated code blocks with logic in the runtime" part is a bit tricky...
References https://github.com/lightbend/kalix-runtime/issues/3346