feat: temporary setting to configure topic name for xblock events

This commit is contained in:
Navin Karkera
2023-06-14 12:09:42 +05:30
committed by Navin Karkera
parent b528a27237
commit 051ecb4dc7
2 changed files with 7 additions and 3 deletions

View File

@@ -305,6 +305,7 @@ EVENT_BUS_PRODUCER = 'edx_event_bus_redis.create_producer'
EVENT_BUS_REDIS_CONNECTION_URL = 'redis://:password@edx.devstack.redis:6379/'
EVENT_BUS_TOPIC_PREFIX = 'dev'
EVENT_BUS_CONSUMER = 'edx_event_bus_redis.RedisEventConsumer'
EVENT_BUS_XBLOCK_LIFECYCLE_TOPIC = 'course-authoring-xblock-lifecycle'
################# New settings must go ABOVE this line #################
########################################################################