eventuate-tram/eventuate-tram-core

Should the multi-event methods return Flux or Mono<List>

dartartem opened this issue · 1 comments

it's unclear whether Flux<...> is useful

Flux is useful if it is necessary to process messages as soon as they ready. However it seems there is no need in further message processing after publishing at all.