Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
raminqaf committed Jun 24, 2024
1 parent ff9e14d commit 7b5c0cb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ public final class StreamsRunner implements Runner {

/**
* Create a {@code StreamsRunner} with default {@link StreamsExecutionOptions}
*
* @param topology topology to be executed
* @param config streams configuration
*/
Expand All @@ -58,7 +57,6 @@ public StreamsRunner(final @NonNull Topology topology, final @NonNull StreamsCon

/**
* Create a {@code StreamsRunner}
*
* @param topology topology to be executed
* @param config streams configuration
* @param options options to customize {@link KafkaStreams} behavior
Expand Down Expand Up @@ -129,4 +127,5 @@ private void awaitStreamsShutdown() {
throw new StreamsApplicationException("Error awaiting Streams shutdown", e);
}
}

}

0 comments on commit 7b5c0cb

Please sign in to comment.