RedPanda + Resonate example application
Out of the box, fully durable, and distributed tech stack that plays nicely together
Resonate Workers make extending durability, to span between that RedPanda Topics, dead simple.
Our latest example application showcases what a RedPanda + Resonate pipeline might look like in the context of a "batch record deletion" use case.
RedPanda is an amazingly approachable Kafka replacement that provides durable message topics (queues).
Resonate provides:
Out-of-the-box concurrent message processing to solve for head-of-line blocking issues.
Out-of-the-box function execution retries to solve for transient errors in message processing.
Out-of-the-box recovery and resumption from processing node crash failures.
Dead simple programming model.
Check out the example application to see for yourself!