Steeltoe is an application framework that provides libraries for .NET Framework and .NET Core developers in order to build cloud-native applications and microservices. Steeltoe provides libraries for service discovery, circuit breaker, external configuration servers, connectors for connecting to services, security, logging, application management, application health monitoring, distributed tracing, and more.
Questions tagged [steeltoe]
54 questions
0
votes
0 answers
Pivotal Cloud Foundry (PCF) - SQL Server credentials
I am looking for an easy and maintainable solution for connection-string storage and retrieval on Pivotal Cloud Foundry (PCF) running on-premise. I have explored CredHub, ConfigServer, Vault and I am looking for anybody who may have faced this…

Ryan
- 295
- 2
- 8
0
votes
1 answer
Multiple config file from Config Server in PCF
Config server supports reading yml files with the name {applicationname.yml}. But I have two yml files in my application.
a.yml
b.yml
Can I read both these yml files from config server using gitlab in PCF? I am using .net core 2.2 and…

Sumit Manna
- 541
- 1
- 5
- 16
0
votes
1 answer
How to use metrics using Steeltoe Actuator + opencensus + Prometheus
We are implementing enterprise level application using micro-services architecture.To implement it, .net core and JAVA are being used and it is used pivotal steeltoe framework to implement micro-services features for .net and sprint boot for…

KDS
- 99
- 1
- 16
0
votes
1 answer
Services not registering with Eureka Server using Owin, SteelToe/Autofac running as a Windows Service
Web Services are not registering with Eureka Server from a OWIN SelfHosted console application with Steeltoe/Autofac libraries running as a Windows Service.
//container.StartDiscoveryClient(); does register with Eureka server in another ASP.net app…

TGow
- 1
0
votes
1 answer
Access Service Provider Context in HystrixCommand's RunFallbackAsync
I am working to add the Hystrix CircuitBreaker pattern to an existing ASP.NET Core microservice, using Steeltoe CircuitBreaker, while maintaining the existing logging functionality with minimal refactoring (or as little as I can hope for).…

maxwell-ryan
- 13
- 3
0
votes
1 answer
Running a background task in PCF via IHostedService using .net core 2.1
I wanted to peform a background task using https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.hosting.ihostedservice?view=aspnetcore-2.1 in .net core 2.1 and needs to host in PCF. When I run locally everything works fine. My…

Sajan
- 135
- 15
0
votes
1 answer
Cloudfoundry actuator endpoints in a .net core console application hosted by GenericHost
I have a question about CloudFoundry actuator endpoints in a .net core console application using Steeltoe. I am planning to use generic host https://jmezach.github.io/2017/10/29/having-fun-with-the-.net-core-generic-host/ to perform some background…

Sajan
- 135
- 15
0
votes
1 answer
Msoft.Practices.Unity injection of a library that uses services pattern
I have a legacy full framework (4.7) MVC application. This application uses unity for DI.
We need to make use of the Steeltoe.CloudFoundry.Connector.Redis nuget package. This package however is expecting / used by startup.cs which I don't…

GPGVM
- 5,515
- 10
- 56
- 97
0
votes
1 answer
Unable to connect to RabbitMQ via steeltoe connector from .net core console application
I am trying to create a .net core 2.0 console application to connect to a rabbitmq instance in PCF. I am using the latest steeltoe connectors 2.1.0. Unfortunately I am not able to connect using AddRabbitMQConnection() and getting below exception…

Sajan
- 135
- 15