johnny2002

Results 9 comments of johnny2002

in order to add a "\r\n" at the end of csv file, please add the following lines in callbacks.py line 268, that is, the end of KeyValsOnlyCallback section: ` def...

So my suggested code illustrate: ### In RequestTemplate, add: ``` public String target() { return target; } ``` ### Then, the most important thing is that the target instance must...

> This is not really something that `RequestInterceptor` is meant for. The `Target` is immutable once created. Can you please explain what your intention is? > > If you want...

> I think it must be very normal appeals to access the `target`. > In my case, all micro service should sign the `uri` before request. > The sign rule...

> Based on these comments, what you are looking for is a `DynamicTarget` implementation or component available that allows users to provide a `Consumer` or `Function` that can resolve the...

I need this feature too, how is the progress?

Or if need, I may contribute on this

Same problem here. add a mark to be notified.

BTW, I am using the latest version spring 6.0.12