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:
@@ -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 #################
|
||||
########################################################################
|
||||
|
||||
Reference in New Issue
Block a user