Skip to content

Commit

Permalink
Update ml-survey-service.env
Browse files Browse the repository at this point in the history
  • Loading branch information
raghupathiguduri authored Jan 4, 2022
1 parent 57f88b1 commit 5142733
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ansible/roles/stack-sunbird/templates/ml-survey-service.env
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ KAFKA_URL={{ml_survey_kafka_url | default(groups['processing-cluster-kafka'][0]+
# Kafka topic name for pushing submissions for which rating has to be done
SUBMISSION_RATING_QUEUE_TOPIC={{ml_survey_submission_rating_queue_topic | default (env_name+".ml.submission.rating.raw")}}

# Kafka topic name for pushing completed observation submission
COMPLETED_OBSERVATION_SUBMISSION_TOPIC={{ml_survey_completed_observation_submission_topic | default (env_name+".ml.observation.raw")}}

# Kafka topic name for pushing incomplete observation submission
INCOMPLETE_OBSERVATION_SUBMISSION_TOPIC={{ml_survey_incomplete_observation_submission_topic | default (env_name+".ml.incomplete.observation.raw")}}

# Kafka topic name for completed survey submission
COMPLETED_SURVEY_SUBMISSION_TOPIC={{ml_survey_completed_survey_submission_topic | default (env_name+".ml.survey.raw")}}

Expand Down

0 comments on commit 5142733

Please sign in to comment.