Skip to content

RequestBatcher v0.0.1

Choose a tag to compare

@eventhorizon-cli eventhorizon-cli released this 15 Aug 08:45
2b6ccc3

RequestBatcher 0.0.1 is the first public release.

Highlights:

  • Transparent batching for individual requests and existing request groups.
  • Bounded handler concurrency with configurable Wait/Fail backpressure.
  • Optional numeric or string partition routing with partition-local ordering.
  • Per-request completion, caller cancellation, handler error propagation, and graceful shutdown.
  • Application-owned dependency injection and Microsoft.Extensions.Logging integration.
  • PostgreSQL Web API sample with batched upserts and deduplicated reads.

See the changelog for details.