To help speed you up, Sailhouse self-heals where possible. If you try to send an event to a topic that doesn’t exist, it’s created dynamically. If you pull from a subscription that doesn’t exist, it’s created right there. It’s a core part of the platform, meaning more time in your code and less time updating and deploying schemas.Documentation Index
Fetch the complete documentation index at: https://docs.sailhouse.dev/llms.txt
Use this file to discover all available pages before exploring further.
Topics
When you send an event to a topic that doesn’t exist, Sailhouse will create it using theslug you’ve provided.
The event will then be stored against that topic, and no further action taken.