Skip to content

Commit

Permalink
Create v3
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Apr 9, 2024
1 parent 8cbf276 commit cdd5036
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void buildTopology(final TopologyBuilder builder) {

@Override
public String getUniqueAppId(final StreamsTopicConfig topics) {
return this.getClass().getSimpleName() + "-" + topics.getOutputTopic();
return CloseFlagApp.this.getClass().getSimpleName() + "-" + topics.getOutputTopic();
}

@Override
Expand Down

0 comments on commit cdd5036

Please sign in to comment.