Certificate issue api - #5
Merged
maheshkumargangula merged 9 commits intoAug 13, 2019
Merged
Conversation
…nto/sunbird-course-service into certificate-issue-api
| (Map<String, Object>) ElasticSearchHelper.getResponseFromFuture(resultF); | ||
| if (MapUtils.isNotEmpty(result)) { | ||
| esContents = (List<Map<String, Object>>) result.get(JsonKey.CONTENT); | ||
| } |
Contributor
There was a problem hiding this comment.
From line 82 to 99 move to a method called getEnrollments().
| userCourse -> { | ||
| String userId = (String) userCourse.get(JsonKey.USER_ID); | ||
| try { | ||
| pushInstructionEvent(userId, batchId, courseId, certificateName, reIssue); |
Contributor
There was a problem hiding this comment.
Check is there any API to bulk insert events to Kafka.
Contributor
Author
There was a problem hiding this comment.
Kafka batching is an internal implementation of kafka producer with property linger.ms, which is configured in below utils PR
https://github.com/project-sunbird/sunbird-utils/pull/587/files
maheshkumargangula
approved these changes
Aug 13, 2019
mahesh-maney
pushed a commit
to mahesh-maney/sunbird-course-service
that referenced
this pull request
Mar 29, 2023
…e_certificate Added code to issue certificate for the PIAA users
reshmi-nair
pushed a commit
to reshmi-nair/sunbird-course-service
that referenced
this pull request
Dec 29, 2023
…comment_issue 5026- added logs for checking response
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.