Cesar De la Torre
|
bcd77d8edc
|
Temporal change of DefaultCacheDuration for the Health Checks so it is shorter for a demo. Need to add overloads at the Health Check library so this is more flexible.
|
7 years ago |
Eduard Tomas
|
a09d7fd3a5
|
EventBus refactor.
Instead to register EventHandlers we register Func<EventHandlers> which solves scope problems (having transient/scoped objects owned by singletons)
|
7 years ago |
Eduard Tomas
|
22cc8daa65
|
Updated healthcheck lib
|
7 years ago |
Cesar De la Torre
|
aeddf51a33
|
Refactoring to better terms
|
7 years ago |
Unai Zorrilla Castro
|
70f50a0fce
|
Fix bug with queue names
|
7 years ago |
Unai Zorrilla Castro
|
09a53f0137
|
Added IRabbitMQPersisterConnection and more resilient work on rabbitmq event bus
|
7 years ago |
Unai Zorrilla Castro
|
c99e5e8e3b
|
Pending review files
|
7 years ago |
dsanz
|
243d9a7ee3
|
Refactoring resilience implementation in order to use Polly directly when creating the resilience policies
|
7 years ago |
dsanz
|
5cdb5afa2d
|
Renaming of the resilience.http project
|
7 years ago |
Cesar De la Torre
|
c0c0941c4c
|
Refactored internal ResiliencePolicy base class and ResiliencePolicyFactory
|
7 years ago |
Ramón Tomás
|
3c909ff392
|
Refactor transaction and publishing in integration events
|
7 years ago |
dsanz
|
e9bdeb6f13
|
Make resilient policies configurable.
|
7 years ago |
dsanz
|
6ac5a8cc70
|
Move Polly implementation to Building block project
|
7 years ago |
dsanz
|
cea9600227
|
Refactoring of idempotent elements and logic.
|
7 years ago |
dsanz
|
0372fada82
|
IntegrationEventLogService refactoring
|
8 years ago |
Eduard Tomas
|
561ba3b1ec
|
1st version of healthcheck & webstatus
|
8 years ago |
dsanz
|
6e4d9461de
|
Add shared scope transaction between updating catalog product priceand store ProductPriceChangedIntegrationEvent. Added service to encapsulate logic for storage of integration event logs.
|
8 years ago |
dsanz
|
7a63490558
|
Add the sql implementation for the storage of Integration events.
|
8 years ago |
Eduard Tomas
|
20d2e32719
|
Ups... too many parens xD
|
8 years ago |
Eduard Tomas
|
2e674ad532
|
Replaced Tuple by C#7 multiple return statement
Replaced private set only used in ctor by readonly prop
|
8 years ago |
dsanz
|
e996593d32
|
Add functional test for integration events. Implement IDisposable for EventBusRabbitMQ.
|
8 years ago |
Cesar De la Torre
|
6f6f09e11e
|
Minor refactoring on the Event Bus IntegrationEventLog
|
8 years ago |
dsanz
|
c8df9a232a
|
Refactoring integration events: move event bus implementation to building block projects.
|
8 years ago |