Kafka
You’ll get a durable message / event stream for apps in an environment.
Choose this when
- Apps need producers and consumers on a shared event bus
- You want Kafka managed as a ready-made app instead of a custom image
What you get
- Kafka in your environment
- Internal endpoints for producers and consumers
- Disk / storage and copies for retention and capacity
Options
| Option | Purpose |
|---|---|
| Environment | Where Kafka runs |
| Access | Prefer internal-only unless you need a public URL |
| Disk / storage | Retention capacity |
| Copies | Capacity / redundancy |
After deploy
Copy the bootstrap address from the app detail page into your apps or shared variables. Size disk for retention before production. Full deploy steps: How to use ready-made apps.