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
1 answer
Service registry Pattern for Web API deployed ASE
I have multiple APIs deployed to Azure ASE for internal and external use. Internal API are developed for reuse. I am looking for service registry which maintains all API details at one place for developer or analyst to identify the API for design…

Nilesh Sawant
- 1,406
- 14
- 8
0
votes
1 answer
steeltoe out of memory
There was a problem with the operation of the steeltoe. Previously, we did not have a load and this problem did not arise. At the moment, the service is under load of 270-300 requests per second. And within 3 hours memory is clogged. We use 3…

Sergey Rudenko
- 1
- 1
0
votes
1 answer
0
votes
0 answers
Instance id in cloud foundry is not a guid?
I tried to use Steeltoe.Extensions.Configuration.CloudFoundryCore version 3.1.0 in a .NET Core 3.1 project. The value returned by "vcap:application:instance_id" was like this "e1e95ea2-4531-4be9-77f5-1dd2", which is not a valid guid, is this…

Yuantai Wu
- 21
- 1
0
votes
1 answer
Can i get multiple files from spring cloud server into .net application?
I am wondering is it possible to load not only appconfig.json from spring config server but other files. For example i have got a templates in .html format. Can I somehow get them from spring server along with appsettings file? Probably steeltoe…

Ihor Volokhovych
- 7
- 5
0
votes
1 answer
Steeltoe3.0 AddCloudFoundryConfiguration throws exception
I have upgraded my app to .net 5 and hence upgraded steeltoe also to 3.0, but when i run the app I get an exception as "could not load type 'steeltoe.extensions.configuration.cloudfoundry.service' from assembly…
0
votes
1 answer
Steeltoe Messaging with RabbitMQ - Listener and Dependency Injection issue
I'm using Steeltoe to implement Event Messaging, with RabbitMQ, between microservices, but I'm having an issue when I register my Listener service and it not recognizing other DI services.
In my Startup.cs file I have my services being registered as…

Dazfl
- 627
- 8
- 23
0
votes
1 answer
SteelToe with Eureka server
I am developing .net core application using steel toe. I have eureka installed on my server and I have updated my appSettings.json. Now when, I run the application, it is just running and not being registered with remote server
Do we need to do…
0
votes
1 answer
can i use steeltoe eureka service discovery in a grpc client/server
i have a grpc service where i want to add it to service discovery and grpc client be able to discover it
but i could not find anything online to help me with that.
I am using steeltoe with eureka
thanks

a.tolba
- 137
- 1
- 1
- 13
0
votes
1 answer
Scaling services with database
how does Steeltoe handles scaling services with there own database?
For example I've got a search service and want to scale it up, because the user requests getting more.
Scaling up the service is not enough, because the bottleneck is the database.…

ClassMP
- 113
- 2
0
votes
1 answer
steeltoe serilog dynamic logger not working after migrating to steeltoe 3.0
I was using steeltoe 2.4.3 in my .net core 3.1 application. Recently I updated steeltoe packages to v3.0.1 and it looks like logs are not coming in serilog format. I am not able to figure out what is wrong. I do have the serilog configuration in my…

Sajan
- 135
- 15
0
votes
1 answer
Which is the correct steeltoe connector for Redis in VMWare(PCF) Application Service
Looks like there three connector nuget packages available from steeltoe…

Sajan
- 135
- 15
0
votes
1 answer
Why using Steeltoe.Discovery.Client library in Asp.Net Core keeps increasing the memory?
I have a simple ASP.Net Core API 3.1 (from VS templates) project using Steeltoe.Discovery.Client 2.2.0 library. After a few days of running the application, the memory keeps increasing. I investigated a little bit to get some info about why the…

LCGabi
- 65
- 5
0
votes
1 answer
How do I get multiple config files from a spring config service into a dotnetcore app using Steeltoe extension?
How can I get back multiple config files from a spring config server?
I have c# dotnetcore 3.1 application using Steeltoe.Extensions.ConfigServerCore.2.2.0
I am able to get the configurations that match the spring application name. ie if my…

mr bunny
- 3
- 1
0
votes
2 answers
Register Externally hosted app in PCF Service Registry
I am trying to add an ASP.NET 4.x app hosted externally (using AWS Elastic Beanstalk) into the Service-registry of an existing PCF.
Edit: Is this possible? If so, can someone give me an example about how this can be done

Jop.pop
- 335
- 4
- 18