dapr-sandbox / components-java-sdk

Dapr SDK to compose pluggable components in Java.
Apache License 2.0
2 stars 2 forks source link

Replace Reactor subscribe calls for direct invocations. #35

Closed tmacam closed 1 year ago

tmacam commented 1 year ago

Description

Directly invoke onNext and onCompleted instead of chaining things using Mono/Flux subscribe.

This is a short term fix until we address the issues we are seeing while using subscribe directly.

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list: