Skip to content

Commit

Permalink
kafka log changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshSgr committed Feb 4, 2022
1 parent 6b4788a commit 79f54a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/observationSubmissions/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ module.exports = class ObservationSubmissionsHelper {

console.log("BEFORE CALLING pushObservationSubmissionToKafka method ");
const kafkaMessage = await kafkaClient.pushObservationSubmissionToKafka(observationSubmissionsDocument);
console.log("AFTER CALLING pushObservationSubmissionToKafka method ");
console.log("AFTER CALLING pushObservationSubmissionToKafka method ",kafkaMessage);

if(kafkaMessage.status != "success") {
let errorObject = {
Expand Down

0 comments on commit 79f54a3

Please sign in to comment.