Quarkus 2.4.0.CR1 - Issue with REST Client Properties

53 views
Skip to first unread message

KimJohn Quinn

unread,
Oct 15, 2021, 6:21:13 PM10/15/21
to Quarkus Development mailing list
I have not had a chance to investigate this deeper yet but it looks like going from 2.3.0.Final to 2.4.0.CR1 the REST client properties are not getting recognized.

We have a parent JAR with the property with

clients:
    "platform/mp-rest/url": http://localhost:9090/v1

Then, other services which pull in this JAR.

When we access the service (which makes a call up to one of the REST clients using the URL) it shows an invalid connection at 9090.  

We use the Kubernetes Config to "override" these values when deployed.  Other properties, like MongoDB or Redis, are being overriden and work so we do not think it is that.

Downgrading to 2.3.0.Final and they look to work again as expected.



Michał Szynkiewicz

unread,
Oct 16, 2021, 4:08:31 PM10/16/21
to KimJohn Quinn, Quarkus Development mailing list
Can you try the new config properties listed in https://quarkus.io/version/main/guides/rest-client-reactive#create-the-configuration ?

My guess is you're hitting an issue that was fixed in https://github.com/quarkusio/quarkus/pull/20590

--
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/ee22eada-6708-46ae-98eb-a29f809022b7n%40googlegroups.com.

KimJohn Quinn

unread,
Oct 17, 2021, 4:00:48 PM10/17/21
to Quarkus Development mailing list
That was it!

I thought it was possibly something like that but somehow missed the update in the docs when I looked.

Thanks.

Michał Szynkiewicz

unread,
Oct 18, 2021, 3:40:35 AM10/18/21
to KimJohn Quinn, Quarkus Development mailing list
Just to clarify, the MicroProfile properties should still work, that is a bug that they don't. The fix is on the way, just not released yet.

Max Rydahl Andersen

unread,
Nov 11, 2021, 3:34:26 AM11/11/21
to KimJohn Quinn, Quarkus Development mailing list

this sounds like a bug - was it fixed or did you open issue for it already with a reproducer ?

/max

--
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/ee22eada-6708-46ae-98eb-a29f809022b7n%40googlegroups.com.

KimJohn Quinn

unread,
Nov 11, 2021, 8:17:11 AM11/11/21
to Max Rydahl Andersen, Quarkus Development mailing list
Hello Max.

This was resolved by updating the REST Client URL properties in the yaml.  

KJQ
Reply all
Reply to author
Forward
0 new messages