Yes. We offer Kafka as its own service.
Please note that we currently only offer version 3.7. Version 4.X is not currently available.
To define the Apache Kafka service, use the kafka type in upsun/config.yaml (for flex projects) or .platform/services.yaml (for fixed projects):
<SERVICE_NAME>:
type: kafka:<VERSION>
disk: 512
Please make sure for your staging or development environments that the Kafka service has enough memory to operate. Development environments by default may not provide enough resources and may require resource adjustments.
Note that if you later change the name, it’s treated as an entirely new service. This removes all data from your service. Always backup your data before changing the service.
For more information on this feature, please see the following page in the Upsun documentation:
Comments
Please sign in to leave a comment.