-
Notifications
You must be signed in to change notification settings - Fork 496
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
Add support for expressing existing external HTTP services as resources in the hosting project #775
Comments
I'm interested in sending a PR for this issue. Could you assign this to me please? These are the steps that I know that has to be done
BTW the description for 'help wanted' label seems wrong! |
@Kahbazi that'd be great! For service discovery the resource needs to have a I think for the appmodel and manifest this is a new resource type, e.g. Should we have an extension method explicitly for gRPC services too, that add the HTTP/2 flag, e.g. |
We'd probably want this to behave more like something that participates in service discovery than a connection string. |
Right, is that not what adding a |
@DamianEdwards Is there any API Review process for this project or I just add the APIs that I think is needed and we would discuss them in the PR? I will send a draft PR before the weekend to make sure that this could be in preview 2. |
@Kahbazi send the PR and we can discuss there, thanks! |
Scenario is I have an external HTTP service that I want to connect to (similar to an existing Redis instance or existing PostgreSQL instance) so I want to model it in my hosting project so that other resources can reference it and have service discovery configured so they can refer to it by the name I give it.
e.g.
MyApp.AppHost/Program.cs
MyApp.Frontend/Program.cs
The text was updated successfully, but these errors were encountered: