Commands
There is manage.py kafkastreamer_refresh command to force full refresh of
registered models.
Options
--source SOURCESet the
sourcecontext value.--model app.modelSet filter by model. By default stream all registered models.
--no-asyncNo asynchronous run, e.g execute in foreground without Celery task. By default execution is asynchronous in background using Celery task.