Skip to content

Commit

Permalink
Merge pull request #26 from abes-esr/develop
Browse files Browse the repository at this point in the history
FIX : Correction double envoi sur topic withPpn
  • Loading branch information
EryneKL authored Oct 31, 2023
2 parents 4edb1e4 + 59c8e2b commit e5961e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/fr/abes/bestppn/kafka/TopicConsumer.java
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ public void listenKbartFromKafka(ConsumerRecord<String, String> lignesKbart) thr
case BEST_PPN_BACON -> {
ligneFromKafka.setBestPpn(ppnWithDestinationDto.getPpn());
executionReport.addNbBestPpnFind();
kbartToSend.add(ligneFromKafka);
}
case PRINT_PPN_SUDOC -> {
LigneKbartImprime ligne = LigneKbartImprime.newBuilder()
Expand Down

0 comments on commit e5961e0

Please sign in to comment.