encode/broadcaster

Django Channels Layer compatibility

Archmonger opened this issue · 3 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.

Closing as stale.

I believe the feature request is still valid. There still aren't any third-party channel layers for Django at the moment.
Would you rather fully reject the request as not planned instead?

On my opinion this should be a third-party package that integrates broadcaster and django. Like channels-redis does.