Dmytro Dashenkov
Dmytro Dashenkov
@tbroyer, thanks, that advice was very helpful. I wasn't able to run compilation right away after adding `--add-exports` flags listed in the [installation doc](https://errorprone.info/docs/installation). However, after noticing that the erroneous...
It is, however, dangerous in performance terms to create an instance of `EventDispatcher` per client subscription, as there may be thousands of the latter. It is worthwhile considering to create...
@alexander-yevsyukov, @armiol, FYI.
Currently, I offer to resolve this when we re-design out storages to fit all purposes with just one `MessageStorage`.
@armiol, FYI. @nick-dolgiy, please feel free to add further details.
The suggested approach is to produce strict rules on what a bounded context is at compile time. This can be done by introducing [module annotation](https://docs.oracle.com/javase/9/docs/api/java/lang/annotation/ElementType.html#MODULE) `@BoundedContext` and consider this module...