broadcaster icon indicating copy to clipboard operation
broadcaster copied to clipboard

Django Channels Layer compatibility

Open Archmonger opened this issue 3 years ago • 0 comments

Django Channels Layers 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 used as a drop-in replacement. Perhaps the dotted path would look something like broadcaster.django.KafkaChannelLayer?

This is definitely a task for > 1.0.0 release.

Archmonger avatar Aug 31 '22 20:08 Archmonger