Skip to content

Commit

Permalink
rewrite old event format
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Gorzala committed Dec 27, 2023
1 parent 50417c2 commit 599d1fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public void appendNew(Eventlog eventlog) {
eventlog,
eventlog.getId().toString(),
FRONTEND_SOURCE,
eventlog.getTopic());
eventlog.getTopic().replaceAll("_", "-")); // as long halbe kanne is still sending old event format
}

private void validateTopic(Eventlog eventlog) {
Expand Down

0 comments on commit 599d1fa

Please sign in to comment.