We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15986b4 commit 5e20c57Copy full SHA for 5e20c57
1 file changed
app/background_tasks/kafka_batch_update_points_task.rb
@@ -43,7 +43,7 @@ def run
43
progress: progress,
44
message_format_version: 1
45
}
46
- RestClient.post("#{@kafka_bridge_url}/api/v0/event", { topic: 'user_course_progress', payload: message }.to_json, { content_type: :json, authorization: "Basic #{@kafka_bridge_secret}" })
+ RestClient.post("#{@kafka_bridge_url}/api/v0/event", { topic: 'user-course-progress', payload: message }.to_json, { content_type: :json, authorization: "Basic #{@kafka_bridge_secret}" })
47
end
48
task.destroy!
49
Rails.logger.info "Batch publish finished for #{course.name}"
0 commit comments