問題タブ [spring-resttemplate]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
284 参照

java - List 内の各 Id に対する複数の RestTemplate 呼び出し

のそれぞれに対して複数のRestTemplate呼び出しを行う必要がIdありList<Ids>ます。これを実行する最良の方法は何ですか?

私は使用しparallelStream()ました。以下のコード スニペットは、同様のシナリオです。

employeeService.fetchEmployeedetailsは、restCallすべてのemployeeDetails.

パフォーマンスを調整する他の方法はありますか?