[DiscordArchive] I have a message bus, but instead of RabbitMQ, I'm using NATS. In addition to that, worldserver and
[DiscordArchive] I have a message bus, but instead of RabbitMQ, I'm using NATS. In addition to that, worldserver and
Archived author: walkline • Posted: 2024-01-02T22:45:20.477000+00:00
Original source
I have a message bus, but instead of RabbitMQ, I'm using NATS. In addition to that, worldserver and other services expose a gRPC API, but that's not that relevant. Anyway, you need to load and save players on the cross-realm worldserver, and you would use the characters database for that (unless you can serialize and deserialize players/pets/etc. on redirect, but it would require a lot of changes in the core). So, you need to communicate with several characters databases on the cross-realm worldserver, right?