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
Steeltoe team has created a .NET implementation of Streams that is interoperable with spring-cloud-stream. This allows .NET applications to be run as SCDF applications and we have successfully deployed to cloud foundry and k8s. However because of this issue with deploying docker artifacts to docker-compose environments, there is currently no ability to deploy .NET artifacts to SCDF running in a local environment (except minikube or some local K8s environment).
It would be great to enhance spring-cloud-deployer-local to understand dotnet artifacts and allow them to run without using docker containers. ie. Somehow run dotnet run dotnetartifact.dll and injecting configuration via 'SPRING_APPLICATION_JSON`. Tagging @sabbyanandan.
The text was updated successfully, but these errors were encountered:
Steeltoe team has created a .NET implementation of Streams that is interoperable with spring-cloud-stream. This allows .NET applications to be run as SCDF applications and we have successfully deployed to cloud foundry and k8s. However because of this issue with deploying docker artifacts to docker-compose environments, there is currently no ability to deploy .NET artifacts to SCDF running in a local environment (except minikube or some local K8s environment).
It would be great to enhance spring-cloud-deployer-local to understand dotnet artifacts and allow them to run without using docker containers. ie. Somehow run
dotnet run dotnetartifact.dll
and injecting configuration via 'SPRING_APPLICATION_JSON`. Tagging @sabbyanandan.The text was updated successfully, but these errors were encountered: