Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Jul 25, 2024
1 parent 75a4f5e commit 7e515c9
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,11 @@ public void buildTopology(final TopologyBuilder builder) {
public String getUniqueAppId(final StreamsTopicConfig topics) {
return "my-id";
}

@Override
public SerdeConfig defaultSerializationConfig() {
return new SerdeConfig(StringSerde.class, StringSerde.class);
}
};
}
}, new String[]{
Expand Down

0 comments on commit 7e515c9

Please sign in to comment.