Bart Koelman
Bart Koelman
I'm afraid this doesn't provide sufficient information to help you. Can you be more specific?
Can you try debugging into Steeltoe to identify why?
I'm closing this issue, as it concerns a serialization issue in custom code, not a bug in Steeltoe. Feel free to open a new issue when you've identified a Steeltoe...
The Java version of Eureka (both server and client) is provided by Netflix. Spring boot inherits from that and provides a thin layer to work well with the Spring ecosystem....
Currently (main), the code first looks for `spring:boot:admin:client:basePath` in configuration, then falls back to using the hostname in the bound ASP.NET listen addresses (unlikely to find it there), then fails...
Closing due to inactivity. If more help is needed, please open a new issue that includes a runnable app, so we can investigate further.
Until this is implemented, https://github.com/SteeltoeOSS/Dockerfiles/pull/36#discussion_r1777533975 describes how to change existing commands. > The docker commands change a little bit, but not by much (eg: steeltoe.azurecr.io/spring-boot-admin:3.3.3 compared with docker.io/steeltoeoss/spring-boot-admin:3.3.3, where docker.io/...
We may want to add `--pull-always` to the docker commands, to ensure a newer version is fetched when available.
Some guidance to get started on this effort: - https://devblogs.microsoft.com/dotnet/adding-dotnet-aspire-to-your-existing-dotnet-apps/ - https://devblogs.microsoft.com/dotnet/getting-started-with-testing-and-dotnet-aspire/
It looks good, but the implementation should not be Serilog-specific. `FilePath` should also allow an absolute path (in case logs are outside the web root, which is more secure) and...