feat: Use new configurable producer API for event bus (#31356)

This involves a breaking-change update to edx-event-bus-kafka 2.0.0.
This commit is contained in:
Tim McCormack
2022-11-28 18:41:35 +00:00
committed by GitHub
parent 1999bf7dc5
commit 279e4d0b67
6 changed files with 12 additions and 10 deletions

View File

@@ -301,6 +301,7 @@ CREDENTIALS_INTERNAL_SERVICE_URL = 'http://localhost:18150'
CREDENTIALS_PUBLIC_SERVICE_URL = 'http://localhost:18150'
#################### Event bus backend ########################
EVENT_BUS_PRODUCER = 'edx_event_bus_kafka.create_producer'
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'