Skip to content

Commit

Permalink
Update KafkaReceiverSRV.java
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenzo-ingenito committed Oct 7, 2024
1 parent 540d281 commit 7c39656
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ private void abstractListener(ConsumerRecord<String, String> cr) {
String workflowInstanceId = cr.key();
String message = cr.value();
srvListener(workflowInstanceId, message);
log.info("END - Listener eds");
} catch (Exception e) {
log.error("Generic error while consuming eds msg");
deadLetterHelper(e);
Expand Down

0 comments on commit 7c39656

Please sign in to comment.