wen

Results 8 comments of wen

Hi @sbordet , thanks for the quick response! It would be great if the document can be updated to describe this constraint. I came across this constraint when bumping up...

Hi @joakime , the old version i was referring to is `9.4.19.v20190610`. The sample project I mentioned could reuse the same request object without any issue if the version is...

Thanks for explaining the details! Did you mange to see the different results when running different versions? or @sbordet will do that?

Hi @sbordet , thanks for the clarification and hopefully the feature can be supported officially! In my application, there is a class implements the interface[ Request.Listener](https://github.com/eclipse/jetty.project/blob/b56edf511ab4399122ea2c6162a4a5988870f479/jetty-client/src/main/java/org/eclipse/jetty/client/api/Request.java#L619) in order to record...

Hi @sbordet ! Do you think the solution even works if application sends concurrent requests sent as soon as it is started? I thought concurrent requests may need to use...

Hi @sbordet , thanks for the explanation! As the logic will become quite complicated, I will try to just send a single dummy request to force handshake of a single...

IMO, it is a valid point to have the safe refresh scope. In some cases, people who makes the change of the yaml configuration file does not know exactly how...

Hi @spencergibb , thanks for the response!! In my setup, I use Spring cloud bus to broadcast the events from config server to clients and I don't explicitly call /actuator/refresh...