How do i setup message queue e.g. Kafka, RabbitMQ
Hello, im building a microservice and i want to implement messaging queues and i am unsure how to set that up on railway, any guides?
I am using FastAPI for the services
6 Replies
Project ID:
eff98eea-4f33-41b5-be10-86353122045c
eff98eea-4f33-41b5-be10-86353122045c
New reply sent from Help Station thread:
want to see KafkaYou're seeing this because this thread has been automatically linked to the Help Station thread.
this is something you can learn from watching YT videos and reading docs... Setup Kafka/Rabbit locally, familiarise yourself with it and get it working with your applications. Then simply use the templates available in Railway to spin those services up
the Kafka template is not the best...
rabbitmq template is top notch though
thank you, sorry for the late response