-
We are currently investigating restarts of our pods, and upon investigating the logs prior to a restart we observe the following:
```
[pod/backend-production-5b8c657b85-blltz/backend-production] T…
-
we have upgrade our redis to 6.2.5 in production, info provided here, https://github.com/redis/redis/issues/9458
the io-threads config parameter is:
```
io-threads-do-reads yes
io-threads 6
```
…
-
Whenever I published a message on a subscription it always publishes two messages instead of one. It only happens when the `phoenix_pubsub_redis` adapter is used for the pubsub. If I use the PG2 adapt…
-
### Description
```
await redis.sendCommand(('PUBSUB CHANNELS', []), function(err,result){
console.log(err);
console.log(result);
});
```
I try like this but no message in console. Wh…
-
**Preconditions** (Any important steps we need to know)
**Steps to reproduce** (How to reproduce what you found step by step)
Select any key of type Stream
**Actual behavior** (A short descri…
-
We need to decide on the testing framework for the streaming server — whether we use Jest or the built-in node.js testing tools, or whether we use something like Matteo Collina's [borp](https://www.np…
-
**The problem/use-case that the feature addresses**
The main problem is that while using `XREAD` or `XREADGROUP` to remotely consume a stream, this pull mode has poor performance with twice network…
-
Redis的Pub Sub在瞬时启动、停机、重启时订阅的消息均会丢失,且在消费失败时无法重复获取消息,会导致缓存不一致,这块有什么策略或兜底机制不?
-
Because the pinning nodes are not peered with each other, pubsub messages sent to one don't propagate to the others. An ipfs peer bootstrapping against the exposed hostname/ip is being directed by the…
-
I have an app where pubsub connection is created from actix_rt runtime (based on Tokio runtime), but occasionally I get error just like in #47 when trying to subscribe to the topic.
Fails the same …