broadcaster icon indicating copy to clipboard operation
broadcaster copied to clipboard

Broadcast channels for async web apps. 📢

Results 56 broadcaster issues
Sort by recently updated
recently updated
newest added

A single consumer [cannot read from a pattern and a normal topic](https://aiokafka.readthedocs.io/en/stable/api.html#aiokafka.AIOKafkaConsumer.subscribe). So at least 2 consumers must be created. This can be done internally, no problem here. Now... how...

Kafka accept n + 1 servers to bootstrap initial cluster metadata. https://aiokafka.readthedocs.io/en/stable/api.html#aiokafkaconsumer-class

[Django Channels Layers](https://channels.readthedocs.io/en/stable/topics/channel_layers.html) perform a similar task to broadcaster, but currently only works with `redis`. Would be a nice addition if there was a built-in wrapper around broadcaster to be...

Hi, I was working with your `Broadcast` class and noticed a bug related to websocket disconnection. In the `subscribe` method of the `Broadcast` class, when a user disconnects from the...

We've replaced asyncio-redis with redis-py and added SSL support. asyncio-redis is no longer actively maintained, whereas redis-py is actively developed and fully supports asyncio. This PR addresses issue #107

Currently, the asyncio_redis library is not receiving regular maintenance. This library is essential for handling asynchronous operations related to Redis. However, its lack of maintenance may lead to security issues...

The `subscribe` context manager does not currently `unsubscribe` if an exception is thrown from within it.

# Rationale Broadcaster uses `asyncio-redis` in its `RedisBackend`. `asyncio-redis` is not actively maintained at the moment. `RedisPy` (https://github.com/redis/redis-py) is the maintained Redis client for Python, and it has had AsyncIO...

I need the functionality of a feature that sends the redis url password to asyncio_redis version 0.2.0, but I cloned your repository and saw that it is already available. I...

This merge is Fixing #55 issue & Added new Redis stream backend with aioredis V2 After merge this, PR #3 PR must be closed