You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone
Faced here with what problem. There are 2 services on qurakus. One is using the reactive stack, the other is not. I'm making in a non-reactive sdk module which contains @RegisterRestClient. I add this module as a dependency to the second service and try to use it, but I get a blocking operation exception.
I tried adding the @Blocking annotation wherever I could, but it didn't help. Are there any guides on how to call non-reactive requests from the reactive stack?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone
Faced here with what problem. There are 2 services on qurakus. One is using the reactive stack, the other is not. I'm making in a non-reactive sdk module which contains @RegisterRestClient. I add this module as a dependency to the second service and try to use it, but I get a blocking operation exception.
I tried adding the @Blocking annotation wherever I could, but it didn't help. Are there any guides on how to call non-reactive requests from the reactive stack?
Beta Was this translation helpful? Give feedback.
All reactions