spring-attic/reactor-scala-extensions

Remove Cats Effect

jpork opened this issue · 1 comments

jpork commented

I think cats-effects is a bad and unnecessary dependency for this library. It should be removed.

For resource management one could use Flux.using() or scala.util.using().

sinwe commented

I agree... I don't think it's worth it to bring the whole cats library just to get bracket.

I'll try to come up with different approach.