Location via proxy:   
[Report a bug]   [Manage cookies]                

Reliable, distributed transaction processing

Build reliable, distributed transaction processing systems using the http4k Transaction Outbox pattern

Sign up for launch

Highlights

icon

Async
processing

Process HTTP requests asynchronously, freeing up your application to handle other tasks.

icon

Built with
testing in mind

Get the same level of testability as the rest of your http4k application, with in-memory implementations and usage of HttpHandler.

icon

Handle inbound
and outbound requests

Use the same mechanism to process either requests to your application or to other services.

icon

Out-of-the-box
resilience

Leverage database transactions, retries and error handling to ensure your messages are processed reliably.