New answers tagged cqrs
1
vote
Why is short polling considered an antipattern for event-sourced systems?
My question is: why is short polling so bad for this?
It is not "bad". It simply is either imprecise or extremely inefficient. To increase precision, you have to decrease polling interval. ...
-2
votes
Why is short polling considered an antipattern for event-sourced systems?
If short polling works for you, use short polling.
It is possible to achieve full-duplex streaming between the browser and peers or server using a variety of Web API's.
There is WebTransport, which ...
0
votes
Why is short polling considered an antipattern for event-sourced systems?
There is polling, and there's event driven.
And polling is always going to be "slow",
since an event result can be delivered
before a polling result will show up.
different processing steps ...
Top 50 recent answers are included
Related Tags
cqrs × 310domain-driven-design × 158
event-sourcing × 124
architecture × 44
c# × 31
microservices × 26
design-patterns × 25
read-model × 20
design × 16
aggregate × 15
eventual-consistency × 14
architectural-patterns × 12
domain-model × 10
validation × 10
rest × 9
.net × 9
messaging × 8
event-programming × 7
asp.net-core × 6
repository-pattern × 6
database × 5
object-oriented-design × 5
clean-architecture × 5
dto × 5
command-message × 5