gpt4 book ai didi

redis - 在集群环境中使用 Springboot 的 Websocket

转载 作者:IT王子 更新时间:2023-10-29 06:01:49 28 4
gpt4 key购买 nike

我们想在spring boot集群环境下实现websocket。我们正在使用 JWT 进行身份验证。我知道我们可以使用 ActiveMQ 或 RabbitMQ 作为 stomp 代理。但是我们已经在使用 Redis 了,我们是否可以为此使用 Redis,因为我们不想增加维护另一个消息服务的额外开销?

最佳答案

你可以试试 redis PubSub .

关于 PubSub 的介绍:

Pub/Sub

SUBSCRIBE, UNSUBSCRIBE and PUBLISH implement the Publish/Subscribe messaging paradigm where (citing Wikipedia) senders (publishers) are not programmed to send their messages to specific receivers (subscribers). Rather, published messages are characterized into channels, without knowledge of what (if any) subscribers there may be. Subscribers express interest in one or more channels, and only receive messages that are of interest, without knowledge of what (if any) publishers there are. This decoupling of publishers and subscribers can allow for greater scalability and a more dynamic network topology.

关于redis - 在集群环境中使用 Springboot 的 Websocket,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45910272/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com