reactive-wizard
reactive-wizard copied to clipboard
Can we add a DB log for flux call?
In SelectStatementFactory
, there is a StatementDebug.log(statement);
in executeStatement(MonoSink)
, but not in Flux version.
Could we add one in Flux version executeStatement(FluxSink)
?