Skip to content

Commit

Permalink
Create v3
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Apr 16, 2024
1 parent 000504a commit 8da6f97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

/**
* Configuration of an app. This includes topics and Kafka configuration
* @param <T> type of topic config
*/
@Value
@RequiredArgsConstructor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

/**
* Configuration for setting up an app
* @param <T> type of topic config
* @see StreamsApp#setup(EffectiveAppConfiguration)
* @see StreamsApp#setupCleanUp(EffectiveAppConfiguration)
* @see ProducerApp#setup(EffectiveAppConfiguration)
Expand Down

0 comments on commit 8da6f97

Please sign in to comment.