chore: Unpin edx-event-bus-kafka and upgrade (#30966)

The producer API is stable enough now.

Make use of new topic prefixing feature for devstack (introduced in 0.6.2)
This commit is contained in:
Tim McCormack
2022-09-19 19:43:34 +00:00
committed by GitHub
parent f42427a1f6
commit f6965b9555
6 changed files with 9 additions and 18 deletions

View File

@@ -298,6 +298,7 @@ CREDENTIALS_PUBLIC_SERVICE_URL = 'http://localhost:18150'
#################### Event bus backend ########################
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'
################# New settings must go ABOVE this line #################
########################################################################