Hananiel Sarella

Results 16 comments of Hananiel Sarella

@christianerbsmehl I took a look at this. In 3.2 we added the [feature ](https://github.com/SteeltoeOSS/Steeltoe/issues/835) to add support for IDynamicMessageProcessor which adds things like span and traceID to add context to...

@christianerbsmehl the short answer to this is that the IDynamicMessageProcessor adds context to logs by calling the formatter ahead of time and then appends data. Whereas the serilog implementation uses...

Hi @spanhotra I cannot reproduce this issue with 3.2.0 and with 6.0.302 SDK and using this sample: https://github.com/SteeltoeOSS/Samples/tree/main/Management/src/AllActuators I did see this issue earlier and I am suspecting it is...

Closing as not-reproducible for now. Feel free to reopen with a reproduction as either a github repo or a zip file.

We need to have the webserver also configured to listen on the port and then we can add a restriction on the particular endpoints as this convention is doing. And...

Can AddAllActuators should detect kubernetes and expose actuators on additional port?

/azp run Steeltoe.All

/azp run Steeltoe.All

Hi @sunnyverma01 I looked into this and am somewhat mystified by the behavior. We are indeed using the GetHost() which should return the hostname of the instance - which from...

After investigation, the produces field on a spring boot app falls under the "details" section. The ALV team will adjust for this difference, since the rest of the "details" section...