spring-vault icon indicating copy to clipboard operation
spring-vault copied to clipboard

Reactive support for transit operations

Open cosminseceleanu opened this issue 4 years ago • 1 comments

Is there a reason why there is not a reactive version of VaultTransitOperations? are you planning to add this?

cosminseceleanu avatar Jan 29 '21 20:01 cosminseceleanu

With the initial reactive support, we wanted to learn how much the API will be actually used. Also, co-maintaining multiple implementations (reactive and imperative variants) for the same functionality imposes additional maintenance effort. In any case, we can upen up bits of the imperative transit support to make it easier for reactive reuse with ReactiveVaultTemplate.

mp911de avatar Feb 01 '21 07:02 mp911de