Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions lms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -3213,9 +3213,6 @@ def _make_locale_paths(settings): # pylint: disable=missing-function-docstring
# For save for later
'lms.djangoapps.save_for_later',

# TODO (EventBus): Make Kafka/event-bus optional
'openedx.core.djangoapps.kafka_consumer',

# Course Live App
'openedx.core.djangoapps.course_live',
]
Expand Down
17 changes: 0 additions & 17 deletions openedx/core/djangoapps/kafka_consumer/README

This file was deleted.

Empty file.
7 changes: 0 additions & 7 deletions openedx/core/djangoapps/kafka_consumer/apps.py

This file was deleted.

99 changes: 0 additions & 99 deletions openedx/core/djangoapps/kafka_consumer/consumers.py

This file was deleted.

This file was deleted.

Empty file.
Empty file.

This file was deleted.

2 changes: 0 additions & 2 deletions requirements/edx/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ botocore==1.8.17 # via boto3, s3transfer
bridgekeeper # Used for determining permissions for courseware.
celery # Asynchronous task execution library
chem # A helper library for chemistry calculations
confluent_kafka
contextlib2 # We need contextlib2.ExitStack so we can stop using contextlib.nested which doesn't exist in python 3
crowdsourcehinter-xblock
cryptography # Implementations of assorted cryptography algorithms
Expand Down Expand Up @@ -97,7 +96,6 @@ edx-user-state-client
edx-when
edxval
event-tracking
fastavro
fs==2.0.18
fs-s3fs==0.1.8
geoip2 # Python API for the GeoIP web services and databases
Expand Down