Skip to content

Commit

Permalink
feat: add event bus and Kafka Django settings
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelRoytman committed Sep 29, 2023
1 parent 41ee217 commit 9575765
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions edx_exams/settings/devstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,9 @@
})

LMS_ROOT_URL = 'http://edx.devstack.lms:18000'

EVENT_BUS_PRODUCER = 'edx_event_bus_kafka.create_producer'
EVENT_BUS_CONSUMER = 'edx_event_bus_kafka.KafkaEventConsumer'
EVENT_BUS_KAFKA_SCHEMA_REGISTRY_URL = 'http://edx.devstack.schema-registry:8081'
EVENT_BUS_KAFKA_BOOTSTRAP_SERVERS = 'edx.devstack.kafka:29092'
EVENT_BUS_TOPIC_PREFIX = 'dev'

0 comments on commit 9575765

Please sign in to comment.