@BartolomeloHume @BachanskiCezary Tylko ci co się już dorobili mają kapitał i z niego zarabiają. Podatek od zysków kapitałowych 19%, czy wynajem nieruchomości 8%. Ci ludzie są już bogaci. Ten twój podatek uderzy w ludzi pracujących, którzy wymieniają czas na pieniądze.
When you add reference to a package (e.g. TransactionalBox.Outbox.Kafka), you do not need to add a new 'using', because it uses the main namespace (TransactionalBox.Outbox)
https://t.co/IH1jK8Qyfc
#100commitow
Added retry pattern with delay for event hook handlers when an exception occurs.
#dotnet#buildinpublic#opensource
⭐ If you want to help me with #100commitow competition, please give me a star in repo (link in comments section).
#100commitow
Changed interval processing (checking the outbox in intervals) to processing event hooks in Outbox.
Removed all workers in Outbox -> Complexity has been reduced
Hook processing can reduce latency.
I plan to do the same in the inbox.
#dotnet#buildinpublic#opensource