0

In quarkus how dynamic rest call can be achieved?

I tried with register rest client, but it is not suggested for passing dynamic based urls

  • What do you mean and what have you tried? https://quarkus.io/guides/rest-client-reactive has several examples including for programmatic calls with a custom URL. What else do you need? – ewramner Dec 01 '22 at 15:30
  • It's not possible right now. I was facing same issue need to dynamically create url on each request. Solved it by creating new client every time, yes its expensive but works. – DV Singh Dec 10 '22 at 11:18

0 Answers0