dapr-sandbox / components-java-sdk

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

Investigate using reactor-grpc #19

Open tmacam opened 1 year ago

tmacam commented 1 year ago

Our code heavily relies on Reactor when handling gRPC calls.

But instead of doing all the boilerplate work of matching reactor and gRPC models together, we could depend on https://github.com/salesforce/reactive-grpc/tree/master/reactor to do it.

It might not make sense after all the investment we have done in the code already but it might be something interesting for the future.