-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set up Kafka Open edX event bus. #180
Set up Kafka Open edX event bus. #180
Conversation
736a806
to
0c724fd
Compare
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' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we also supposed to add a blank value for EVENT_BUS_PRODUCER_CONFIG
per the plan that Becca gave, or is that supposed to be done when we pushed to prod?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it makes sense to add here as well. Otherwise, it won't work in development. I'll add it.
We'll have to add all of this configuration to the stage and production configuration files at some point, which is where that setting will really matter.
0c724fd
to
77ea87c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM pt. II
77ea87c
to
2d4abd7
Compare
2d4abd7
to
4128c05
Compare
JIRA: None.
Description: This pull requests adds necessary configuration and packages to run the Kafka implementation of the Open edX event bus.
Author concerns: None.
Dependencies: None.
Installation instructions: None.
Testing instructions:
None.
Merge checklist:
Post merge: