Toshiaki Maki

Results 64 comments of Toshiaki Maki

Having such a shortcut method looks good PR is welcome

For my demo application on CF, I'm using following properties which are compatible with Promregator ```properties management.metrics.tags.org_name=demo management.metrics.tags.space_name=${cloud.application.space_name:demo} management.metrics.tags.app_name=${cloud.application.application_name:demo} management.metrics.tags.cf_instance_id=${cloud.application.application_id:demo}:${cloud.application.instance_index:0} management.metrics.tags.cf_instance_number=${cloud.application.instance_index:0} ``` https://github.com/making/demo-micrometer/blob/master/src/main/resources/application.properties#L8-L12

It might be feasible to use a user-provided `ClientHttpRequestInterceptor` for retry purposes for clients using `RestClient` in infrastructure. (e.g. https://github.com/making/retryable-client-http-request-interceptor) However, the current autoconfiguration (such as for OpenAIApi or OllamaApi)...

What is the motivation or background?

I'm not sure if i would accept it, but if you want to do it, the master documentation is here https://github.com/making/yavi-doc Yeah, I don't have much bandwidth to update the...

https://github.com/dependabot rebase

Actually extending `ConstraintViolation` was not expected. Why did you need `PrefixedViolation` ?

As commented in https://github.com/spring-projects/spring-ai/issues/354#issuecomment-1965697951 , using `RestClientCustomer` is a simple and effective method for many clients.