Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ndduc01 committed Feb 5, 2024
1 parent 65833bc commit 42ed95a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@ private KafkaHeaderValue() {
public static final String MESSAGE_VERSION = "MESSAGE_VERSION";

public static final String MESSAGE_OPERATION = "MESSAGE_OPERATION";

public static final String INGESTION_MODE = "INGESTION_MODE";
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

import ca.uhn.hl7v2.HL7Exception;
import com.google.gson.Gson;
import gov.cdc.dataingestion.constant.IngestionMode;
import gov.cdc.dataingestion.constant.enums.EnumKafkaOperation;
import gov.cdc.dataingestion.conversion.integration.interfaces.IHL7ToFHIRConversion;
import gov.cdc.dataingestion.conversion.repository.IHL7ToFHIRRepository;
Expand Down Expand Up @@ -526,7 +525,6 @@ private void validationHandler(String message, boolean hl7ValidationActivated) t
// Duplication check
iHL7DuplicateValidator.validateHL7Document(hl7ValidatedModel);
saveValidatedELRMessage(hl7ValidatedModel);

kafkaProducerService.sendMessageAfterValidatingMessage(hl7ValidatedModel, validatedTopic, 0);
break;
case KafkaHeaderValue.MESSAGE_TYPE_CSV:
Expand Down

0 comments on commit 42ed95a

Please sign in to comment.