同時テストが失敗し、ログには次のように表示されます。
com.netflix.hystrix.exception.HystrixRuntimeException: community-serviceRibbonCommand は実行用のセマフォを取得できず、フォールバックも利用できません。
ソースコードを読みました。executionIsolationSemaphoreMaxConcurrentRequests で制御されているようです。
私の質問は、executionIsolationSemaphoreMaxConcurrentRequests を増やす方法ですか?