Tim Hess

Results 152 comments of Tim Hess

Maybe this could use the [`ConnectionStringConfigurationProvider`](https://github.com/SteeltoeOSS/Steeltoe/blob/master/src/Connectors/src/ConnectorBase/ConnectionStringConfigurationProvider.cs) with additional service info for locating config server bindings?

There may be some maintenance difficulties with this idea, we need to do more research on the level of IDE support for this feature and whether perf gains are even...

As of 5d792a85e72728c3ecfd191ba9c32e3e0bf6843c I'm seeing an aggregate of 368 warnings, **with 231 of them being in test projects**. Is it worth addressing these rules for test projects? Exactly half of...

It is possible to access the `EurekaApplicationInfoManager` from the DI container, and add metadata to the app instance programmatically... ```csharp public MyClass(EurekaApplicationInfoManager infoManager) { _infoManager.InstanceConfig.MetadataMap["some key"] = "Some new value";...

Hi @VenkateshSrini, I'm not clear on what exactly you're looking for. Polly should work out of the box on CF as it is not platform dependent, and I'm also not...

One bit of functionality that I think is interesting about `/loggers` that seems like it would disappear here is the ability to list loggers and their current configuration. I'm not...

@DaviGia thanks for opening the issue, but is it effectively the same as https://github.com/SteeltoeOSS/Steeltoe/issues/210? Looks like there was more detail for that issue recorded in my head than online, I...

The core team is not likely to work on this prior to Steeltoe 4.0, if it is important to you and you would like to help build it, please reach...

Try using a `GET` request instead of `POST`. I'm not sure why the verb isn't defined in the docs, but since there is no request body it makes the most...