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
As the framework will be deprecating the RestTemplate in the future, we would want to adapt to the WebClient pattern in SCDF RESTful clients, including the Java DSL.
All of the RESTful resources use RestTemplate today. Outside of the clients in the SCDF repo, we may have to review the integration possibilities done in the following client applications.
CTR
TaskLauncher Dataflow
TaskLauncher Schedules
Security Commons (utility used by both scdf and skipper)
The text was updated successfully, but these errors were encountered:
We will need to update the DataflowTemplate to use WebClient instead of RestTemplate. This is a precursor that has to be done before updating CTR, SchedulerLauncher
Based on the discussion with the Spring Framework team, we conclude that RestTemplate is in maintenance-only mode, and it is not slated for deprecation anytime soon.
As the framework will be deprecating the
RestTemplate
in the future, we would want to adapt to theWebClient
pattern in SCDF RESTful clients, including the Java DSL.All of the RESTful resources use
RestTemplate
today. Outside of the clients in the SCDF repo, we may have to review the integration possibilities done in the following client applications.The text was updated successfully, but these errors were encountered: