A source-only Nuget package for event stores that cannot actively push events to LiquidProjections. It efficiently support multiple concurrent subscribers each interested in a different checkpoint without hitting the underlying event store concurrently.
- The
PollingEventStoreAdapter
constructor takes an optional delegate of typeLogMessage
that you can use for logging to your framework of choice. You can also have it log more diagnostic messages by setting theLIQUIDPROJECTIONS_DIAGNOSTICS
condition symbol.