bazaarvoice / jolt

JSON to JSON transformation library written in Java.
Apache License 2.0
1.55k stars 330 forks source link

Custom reactive transformation with jolt #1229

Closed gbouget closed 4 months ago

gbouget commented 8 months ago

Hello,

Is it possible to perform a reactive transformation with jolt?

Despite the depreciated annotation, we've created a custom transformation in Java based on com.bazaarvoice.jolt.modifier.function.Function, but the method signatures require Optional to be returned instead of Mono or Flux.

gbouget commented 4 months ago

Solved with boundedElastic/parallel scheduler.