Skip to content

Commit

Permalink
FIX : Remplacement _ par ; dans clé message kafka
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-maraval committed Oct 8, 2024
1 parent d3ce77c commit 0962a3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,6 @@ private void creerNoticeAPartirImprime(LigneKbartImprime ligneKbartImprime, Stri
}

private String extractFilenameFromKey(String key) {
return key.substring(0, key.lastIndexOf('_'));
return key.substring(0, key.lastIndexOf(';'));
}
}

0 comments on commit 0962a3a

Please sign in to comment.