how to use Hangfire in separate write/read databases in CQRS pattern

249 Views Asked by At

As you know in cqrs pattern we may use separated databases for write data (command) and read data (query). I want to know in this case if I want to use Hangfire how should I specify that which database hangfire should connect to? Is it possible to separate write/read databases in hangfire?

I saw this solutions but it doesn’t resolve my concerns.

0

There are 0 best solutions below