* {@code - * $ java -cp target/kafka-streams-examples-7.0.0-standalone.jar io.confluent.examples.streams.AnomalyDetectionLambdaExample + * $ java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar io.confluent.examples.streams.AnomalyDetectionLambdaExample * }*
* 4) Write some input data to the source topic (e.g. via {@code kafka-console-producer}. The already diff --git a/src/main/java/io/confluent/examples/streams/ApplicationResetExample.java b/src/main/java/io/confluent/examples/streams/ApplicationResetExample.java index f7d400829d..653c271baa 100644 --- a/src/main/java/io/confluent/examples/streams/ApplicationResetExample.java +++ b/src/main/java/io/confluent/examples/streams/ApplicationResetExample.java @@ -59,7 +59,7 @@ * Once packaged you can then run: *
* {@code - * $ java -cp target/kafka-streams-examples-7.0.0-standalone.jar io.confluent.examples.streams.ApplicationResetExample + * $ java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar io.confluent.examples.streams.ApplicationResetExample * } ** 4) Write some input data to the source topic (e.g. via {@code kafka-console-producer}). @@ -114,7 +114,7 @@ * Thus, restart the application via: *
* {@code - * $ java -cp target/kafka-streams-examples-7.0.0-standalone.jar io.confluent.examples.streams.ApplicationResetExample localhost:9092 --reset + * $ java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar io.confluent.examples.streams.ApplicationResetExample localhost:9092 --reset * }* 9) If your console consumer (from step 5) is still running, you should see the same output data again. * If it was stopped and you restart it, if will print the result "twice". diff --git a/src/main/java/io/confluent/examples/streams/GlobalKTablesExample.java b/src/main/java/io/confluent/examples/streams/GlobalKTablesExample.java index 6b256e3b8e..54f16445cc 100644 --- a/src/main/java/io/confluent/examples/streams/GlobalKTablesExample.java +++ b/src/main/java/io/confluent/examples/streams/GlobalKTablesExample.java @@ -76,7 +76,7 @@ * Once packaged you can then run: *
* {@code - * $ java -cp target/kafka-streams-examples-7.0.0-standalone.jar io.confluent.examples.streams.GlobalKTablesExample + * $ java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar io.confluent.examples.streams.GlobalKTablesExample * } ** 4) Write some input data to the source topics (e.g. via {@link GlobalKTablesAndStoresExampleDriver}). The @@ -86,7 +86,7 @@ * {@code * # Here: Write input data using the example driver. The driver will exit once it has received * # all EnrichedOrders - * $ java -cp target/kafka-streams-examples-7.0.0-standalone.jar io.confluent.examples.streams.GlobalKTablesAndStoresExampleDriver + * $ java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar io.confluent.examples.streams.GlobalKTablesAndStoresExampleDriver * } * *
diff --git a/src/main/java/io/confluent/examples/streams/JsonToAvroExample.java b/src/main/java/io/confluent/examples/streams/JsonToAvroExample.java index f450245ff2..e7095d0cfc 100644 --- a/src/main/java/io/confluent/examples/streams/JsonToAvroExample.java +++ b/src/main/java/io/confluent/examples/streams/JsonToAvroExample.java @@ -57,7 +57,7 @@ * Once packaged you can then run: *
* {@code - * $ java -cp target/kafka-streams-examples-7.0.0-standalone.jar io.confluent.examples.streams.JsonToAvroExample + * $ java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar io.confluent.examples.streams.JsonToAvroExample * } ** 4) Write some input data to the source topics (e.g. via {@link JsonToAvroExampleDriver}). The @@ -68,7 +68,7 @@ * {@code * # Here: Write input data using the example driver. Once the driver has stopped generating data, * # you can terminate it via Ctrl-C. - * $ java -cp target/kafka-streams-examples-7.0.0-standalone.jar io.confluent.examples.streams.JsonToAvroExampleDriver + * $ java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar io.confluent.examples.streams.JsonToAvroExampleDriver * } * */ diff --git a/src/main/java/io/confluent/examples/streams/JsonToAvroExampleDriver.java b/src/main/java/io/confluent/examples/streams/JsonToAvroExampleDriver.java index 58abb194e5..e490031bca 100644 --- a/src/main/java/io/confluent/examples/streams/JsonToAvroExampleDriver.java +++ b/src/main/java/io/confluent/examples/streams/JsonToAvroExampleDriver.java @@ -49,7 +49,7 @@ * Once packaged you can then run: *
* {@code - * java -cp target/kafka-streams-examples-7.0.0-standalone.jar io.confluent.examples.streams.JsonToAvroExampleDriver + * java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar io.confluent.examples.streams.JsonToAvroExampleDriver * } ** diff --git a/src/main/java/io/confluent/examples/streams/MapFunctionLambdaExample.java b/src/main/java/io/confluent/examples/streams/MapFunctionLambdaExample.java index e35f81b516..b80128846a 100644 --- a/src/main/java/io/confluent/examples/streams/MapFunctionLambdaExample.java +++ b/src/main/java/io/confluent/examples/streams/MapFunctionLambdaExample.java @@ -60,7 +60,7 @@ * Once packaged you can then run: *
* {@code - * $ java -cp target/kafka-streams-examples-7.0.0-standalone.jar io.confluent.examples.streams.MapFunctionLambdaExample + * $ java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar io.confluent.examples.streams.MapFunctionLambdaExample * } ** 4) Write some input data to the source topic (e.g. via {@code kafka-console-producer}). The already diff --git a/src/main/java/io/confluent/examples/streams/PageViewRegionExample.java b/src/main/java/io/confluent/examples/streams/PageViewRegionExample.java index f2aa9559ae..2b6cae7716 100644 --- a/src/main/java/io/confluent/examples/streams/PageViewRegionExample.java +++ b/src/main/java/io/confluent/examples/streams/PageViewRegionExample.java @@ -78,7 +78,7 @@ * Once packaged you can then run: *
* {@code - * $ java -cp target/kafka-streams-examples-7.0.0-standalone.jar io.confluent.examples.streams.PageViewRegionLambdaExample + * $ java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar io.confluent.examples.streams.PageViewRegionLambdaExample * } ** 4) Write some input data to the source topics (e.g. via {@link PageViewRegionExampleDriver}). The @@ -88,7 +88,7 @@ * {@code * # Here: Write input data using the example driver. Once the driver has stopped generating data, * # you can terminate it via `Ctrl-C`. - * $ java -cp target/kafka-streams-examples-7.0.0-standalone.jar io.confluent.examples.streams.PageViewRegionExampleDriver + * $ java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar io.confluent.examples.streams.PageViewRegionExampleDriver * } * * 5) Inspect the resulting data in the output topic, e.g. via {@code kafka-console-consumer}. diff --git a/src/main/java/io/confluent/examples/streams/PageViewRegionExampleDriver.java b/src/main/java/io/confluent/examples/streams/PageViewRegionExampleDriver.java index de2b77b262..61cb90b425 100644 --- a/src/main/java/io/confluent/examples/streams/PageViewRegionExampleDriver.java +++ b/src/main/java/io/confluent/examples/streams/PageViewRegionExampleDriver.java @@ -49,7 +49,7 @@ * Once packaged you can then run: *
* {@code - * $ java -cp target/kafka-streams-examples-7.0.0-standalone.jar io.confluent.examples.streams.PageViewRegionExampleDriver + * $ java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar io.confluent.examples.streams.PageViewRegionExampleDriver * } ** You should terminate with {@code Ctrl-C}. diff --git a/src/main/java/io/confluent/examples/streams/PageViewRegionLambdaExample.java b/src/main/java/io/confluent/examples/streams/PageViewRegionLambdaExample.java index 6cab0625fa..8b416393be 100644 --- a/src/main/java/io/confluent/examples/streams/PageViewRegionLambdaExample.java +++ b/src/main/java/io/confluent/examples/streams/PageViewRegionLambdaExample.java @@ -75,7 +75,7 @@ * Once packaged you can then run: *
* {@code - * $ java -cp target/kafka-streams-examples-7.0.0-standalone.jar io.confluent.examples.streams.PageViewRegionLambdaExample + * $ java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar io.confluent.examples.streams.PageViewRegionLambdaExample * } ** 4) Write some input data to the source topics (e.g. via {@link PageViewRegionExampleDriver}). @@ -85,7 +85,7 @@ * {@code * # Here: Write input data using the example driver. Once the driver has stopped generating data, * # you can terminate it via `Ctrl-C`. - * $ java -cp target/kafka-streams-examples-7.0.0-standalone.jar io.confluent.examples.streams.PageViewRegionExampleDriver + * $ java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar io.confluent.examples.streams.PageViewRegionExampleDriver * } * * 5) Inspect the resulting data in the output topic, e.g. via {@code kafka-console-consumer}. diff --git a/src/main/java/io/confluent/examples/streams/SecureKafkaStreamsExample.java b/src/main/java/io/confluent/examples/streams/SecureKafkaStreamsExample.java index aceebd8074..9952891303 100644 --- a/src/main/java/io/confluent/examples/streams/SecureKafkaStreamsExample.java +++ b/src/main/java/io/confluent/examples/streams/SecureKafkaStreamsExample.java @@ -100,7 +100,7 @@ * [vagrant@kafka ~]$ mvn clean -DskipTests=true package * * # Now we can start this example application - * [vagrant@kafka ~]$ java -cp target/kafka-streams-examples-7.0.0-standalone.jar \ + * [vagrant@kafka ~]$ java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar \ * io.confluent.examples.streams.SecureKafkaStreamsExample * } * diff --git a/src/main/java/io/confluent/examples/streams/SessionWindowsExample.java b/src/main/java/io/confluent/examples/streams/SessionWindowsExample.java index 14a245b7f0..0002b329b7 100644 --- a/src/main/java/io/confluent/examples/streams/SessionWindowsExample.java +++ b/src/main/java/io/confluent/examples/streams/SessionWindowsExample.java @@ -70,7 +70,7 @@ * Once packaged you can then run: *
* {@code - * $ java -cp target/kafka-streams-examples-7.0.0-standalone.jar io.confluent.examples.streams.SessionWindowsExample + * $ java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar io.confluent.examples.streams.SessionWindowsExample * } ** 4) Write some input data to the source topics (e.g. via {@link SessionWindowsExampleDriver}). The @@ -80,7 +80,7 @@ * {@code * # Here: Write input data using the example driver. The driver will also consume, and print, the data from the output * topic. The driver will stop when it has received all output records - * $ java -cp target/kafka-streams-examples-7.0.0-standalone.jar io.confluent.examples.streams.SessionWindowsExampleDriver + * $ java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar io.confluent.examples.streams.SessionWindowsExampleDriver * } * * You should see output data similar to: diff --git a/src/main/java/io/confluent/examples/streams/SessionWindowsExampleDriver.java b/src/main/java/io/confluent/examples/streams/SessionWindowsExampleDriver.java index bd085b43c1..8b443591f2 100644 --- a/src/main/java/io/confluent/examples/streams/SessionWindowsExampleDriver.java +++ b/src/main/java/io/confluent/examples/streams/SessionWindowsExampleDriver.java @@ -42,7 +42,7 @@ * Once packaged you can then run: *
* {@code - * $ java -cp target/kafka-streams-examples-7.0.0-standalone.jar io.confluent.examples.streams.SessionWindowsExampleDriver + * $ java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar io.confluent.examples.streams.SessionWindowsExampleDriver * } **/ diff --git a/src/main/java/io/confluent/examples/streams/SumLambdaExample.java b/src/main/java/io/confluent/examples/streams/SumLambdaExample.java index 5a42497371..5b566ed4c5 100644 --- a/src/main/java/io/confluent/examples/streams/SumLambdaExample.java +++ b/src/main/java/io/confluent/examples/streams/SumLambdaExample.java @@ -53,7 +53,7 @@ * Once packaged you can then run: *
* {@code - * $ java -cp target/kafka-streams-examples-7.0.0-standalone.jar io.confluent.examples.streams.SumLambdaExample + * $ java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar io.confluent.examples.streams.SumLambdaExample * } ** 4) Write some input data to the source topic (e.g. via {@link SumLambdaExampleDriver}). The @@ -63,7 +63,7 @@ * {@code * # Here: Write input data using the example driver. Once the driver has stopped generating data, * # you can terminate it via `Ctrl-C`. - * $ java -cp target/kafka-streams-examples-7.0.0-standalone.jar io.confluent.examples.streams.SumLambdaExampleDriver + * $ java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar io.confluent.examples.streams.SumLambdaExampleDriver * } * * 5) Inspect the resulting data in the output topics, e.g. via {@code kafka-console-consumer}. diff --git a/src/main/java/io/confluent/examples/streams/SumLambdaExampleDriver.java b/src/main/java/io/confluent/examples/streams/SumLambdaExampleDriver.java index 30ce201d1d..23af0221ab 100644 --- a/src/main/java/io/confluent/examples/streams/SumLambdaExampleDriver.java +++ b/src/main/java/io/confluent/examples/streams/SumLambdaExampleDriver.java @@ -42,7 +42,7 @@ * Once packaged you can then run: *
* {@code - * $ java -cp target/kafka-streams-examples-7.0.0-standalone.jar io.confluent.examples.streams.SumLambdaExampleDriver + * $ java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar io.confluent.examples.streams.SumLambdaExampleDriver * } ** You should terminate with {@code Ctrl-C}. diff --git a/src/main/java/io/confluent/examples/streams/TopArticlesExampleDriver.java b/src/main/java/io/confluent/examples/streams/TopArticlesExampleDriver.java index 324b0ab41e..ac9d8c1086 100644 --- a/src/main/java/io/confluent/examples/streams/TopArticlesExampleDriver.java +++ b/src/main/java/io/confluent/examples/streams/TopArticlesExampleDriver.java @@ -52,7 +52,7 @@ * Once packaged you can then run: *
* {@code - * java -cp target/kafka-streams-examples-7.0.0-standalone.jar io.confluent.examples.streams.TopArticlesLambdaExample + * java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar io.confluent.examples.streams.TopArticlesLambdaExample * } ** diff --git a/src/main/java/io/confluent/examples/streams/TopArticlesLambdaExample.java b/src/main/java/io/confluent/examples/streams/TopArticlesLambdaExample.java index e554f3a443..3d3974d4e9 100644 --- a/src/main/java/io/confluent/examples/streams/TopArticlesLambdaExample.java +++ b/src/main/java/io/confluent/examples/streams/TopArticlesLambdaExample.java @@ -81,7 +81,7 @@ * Once packaged you can then run: *
* {@code - * $ java -cp target/kafka-streams-examples-7.0.0-standalone.jar io.confluent.examples.streams.TopArticlesLambdaExample + * $ java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar io.confluent.examples.streams.TopArticlesLambdaExample * } ** 4) Write some input data to the source topics (e.g. via {@link TopArticlesExampleDriver}). @@ -92,7 +92,7 @@ * {@code * # Here: Write input data using the example driver. Once the driver has stopped generating data, * # you can terminate it via Ctrl-C. - * $ java -cp target/kafka-streams-examples-7.0.0-standalone.jar io.confluent.examples.streams.TopArticlesExampleDriver + * $ java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar io.confluent.examples.streams.TopArticlesExampleDriver * } * */ diff --git a/src/main/java/io/confluent/examples/streams/UserRegionLambdaExample.java b/src/main/java/io/confluent/examples/streams/UserRegionLambdaExample.java index 410b09a294..6945957895 100644 --- a/src/main/java/io/confluent/examples/streams/UserRegionLambdaExample.java +++ b/src/main/java/io/confluent/examples/streams/UserRegionLambdaExample.java @@ -54,7 +54,7 @@ * Once packaged you can then run: *
* {@code - * $ java -cp target/kafka-streams-examples-7.0.0-standalone.jar io.confluent.examples.streams.UserRegionLambdaExample + * $ java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar io.confluent.examples.streams.UserRegionLambdaExample * } ** 4) Write some input data to the source topics (e.g. via {@code kafka-console-producer}). The already diff --git a/src/main/java/io/confluent/examples/streams/WikipediaFeedAvroExample.java b/src/main/java/io/confluent/examples/streams/WikipediaFeedAvroExample.java index 467de6b06a..c1fecbff58 100644 --- a/src/main/java/io/confluent/examples/streams/WikipediaFeedAvroExample.java +++ b/src/main/java/io/confluent/examples/streams/WikipediaFeedAvroExample.java @@ -58,7 +58,7 @@ * Once packaged you can then run: *
* {@code - * $ java -cp target/kafka-streams-examples-7.0.0-standalone.jar io.confluent.examples.streams.WikipediaFeedAvroExample + * $ java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar io.confluent.examples.streams.WikipediaFeedAvroExample * } ** 4) Write some input data to the source topics (e.g. via {@link WikipediaFeedAvroExampleDriver}). @@ -69,7 +69,7 @@ * {@code * # Here: Write input data using the example driver. Once the driver has stopped generating data, * # you can terminate it via Ctrl-C. - * $ java -cp target/kafka-streams-examples-7.0.0-standalone.jar io.confluent.examples.streams.WikipediaFeedAvroExampleDriver + * $ java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar io.confluent.examples.streams.WikipediaFeedAvroExampleDriver * } * */ diff --git a/src/main/java/io/confluent/examples/streams/WikipediaFeedAvroExampleDriver.java b/src/main/java/io/confluent/examples/streams/WikipediaFeedAvroExampleDriver.java index ad028dd8a5..ed39a23903 100644 --- a/src/main/java/io/confluent/examples/streams/WikipediaFeedAvroExampleDriver.java +++ b/src/main/java/io/confluent/examples/streams/WikipediaFeedAvroExampleDriver.java @@ -45,7 +45,7 @@ * Once packaged you can then run: *
* {@code - * java -cp target/kafka-streams-examples-7.0.0-standalone.jar io.confluent.examples.streams.WikipediaFeedAvroExampleDriver + * java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar io.confluent.examples.streams.WikipediaFeedAvroExampleDriver * } ** diff --git a/src/main/java/io/confluent/examples/streams/WikipediaFeedAvroLambdaExample.java b/src/main/java/io/confluent/examples/streams/WikipediaFeedAvroLambdaExample.java index 348b7b29e5..4ca3cce478 100644 --- a/src/main/java/io/confluent/examples/streams/WikipediaFeedAvroLambdaExample.java +++ b/src/main/java/io/confluent/examples/streams/WikipediaFeedAvroLambdaExample.java @@ -55,7 +55,7 @@ * Once packaged you can then run: *
* {@code - * $ java -cp target/kafka-streams-examples-7.0.0-standalone.jar io.confluent.examples.streams.WikipediaFeedAvroLambdaExample + * $ java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar io.confluent.examples.streams.WikipediaFeedAvroLambdaExample * } ** 4) Write some input data to the source topics (e.g. via {@link WikipediaFeedAvroExampleDriver}). @@ -66,7 +66,7 @@ * {@code * # Here: Write input data using the example driver. Once the driver has stopped generating data, * # you can terminate it via Ctrl-C. - * $ java -cp target/kafka-streams-examples-7.0.0-standalone.jar io.confluent.examples.streams.WikipediaFeedAvroExampleDriver + * $ java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar io.confluent.examples.streams.WikipediaFeedAvroExampleDriver * } * */ diff --git a/src/main/java/io/confluent/examples/streams/WordCountLambdaExample.java b/src/main/java/io/confluent/examples/streams/WordCountLambdaExample.java index 71ae5dc9c9..eeadcc9415 100644 --- a/src/main/java/io/confluent/examples/streams/WordCountLambdaExample.java +++ b/src/main/java/io/confluent/examples/streams/WordCountLambdaExample.java @@ -62,7 +62,7 @@ * Once packaged you can then run: *
* {@code - * $ java -cp target/kafka-streams-examples-7.0.0-standalone.jar io.confluent.examples.streams.WordCountLambdaExample + * $ java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar io.confluent.examples.streams.WordCountLambdaExample * } ** 4) Write some input data to the source topic "streams-plaintext-input" (e.g. via {@code kafka-console-producer}). diff --git a/src/main/java/io/confluent/examples/streams/interactivequeries/WordCountInteractiveQueriesDriver.java b/src/main/java/io/confluent/examples/streams/interactivequeries/WordCountInteractiveQueriesDriver.java index 8bd310f5d8..3bf1e4ef33 100644 --- a/src/main/java/io/confluent/examples/streams/interactivequeries/WordCountInteractiveQueriesDriver.java +++ b/src/main/java/io/confluent/examples/streams/interactivequeries/WordCountInteractiveQueriesDriver.java @@ -36,7 +36,7 @@ * Once packaged you can then run: *
* {@code - * $ java -cp target/kafka-streams-examples-7.0.0-standalone.jar io.confluent.examples.streams.interactivequeries.WordCountInteractiveQueriesDriver + * $ java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar io.confluent.examples.streams.interactivequeries.WordCountInteractiveQueriesDriver * } ** You should terminate with Ctrl-C @@ -62,7 +62,7 @@ public static void main(final String [] args) throws Exception { final Properties producerConfig = new Properties(); producerConfig.put(ProducerConfig.BOOTSTRAP_SERVERS_CONFIG, bootstrapServers); producerConfig.put(ProducerConfig.ACKS_CONFIG, "all"); - producerConfig.put(ProducerConfig.RETRIES_CONFIG, 0); + producerConfig.put(ProducerConfig.RETRIES_CONFIG, 1); producerConfig.put(ProducerConfig.KEY_SERIALIZER_CLASS_CONFIG, StringSerializer.class); producerConfig.put(ProducerConfig.VALUE_SERIALIZER_CLASS_CONFIG, StringSerializer.class); diff --git a/src/main/java/io/confluent/examples/streams/interactivequeries/WordCountInteractiveQueriesExample.java b/src/main/java/io/confluent/examples/streams/interactivequeries/WordCountInteractiveQueriesExample.java index 3725641cfe..084cff27f5 100644 --- a/src/main/java/io/confluent/examples/streams/interactivequeries/WordCountInteractiveQueriesExample.java +++ b/src/main/java/io/confluent/examples/streams/interactivequeries/WordCountInteractiveQueriesExample.java @@ -83,7 +83,7 @@ * *
* {@code - * $ java -cp target/kafka-streams-examples-7.0.0-standalone.jar \ + * $ java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar \ * io.confluent.examples.streams.interactivequeries.WordCountInteractiveQueriesExample 7070 * } *@@ -94,7 +94,7 @@ * *
* {@code - * $ java -cp target/kafka-streams-examples-7.0.0-standalone.jar \ + * $ java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar \ * io.confluent.examples.streams.interactivequeries.WordCountInteractiveQueriesExample 7071 * } *diff --git a/src/main/java/io/confluent/examples/streams/interactivequeries/kafkamusic/KafkaMusicExample.java b/src/main/java/io/confluent/examples/streams/interactivequeries/kafkamusic/KafkaMusicExample.java index e319fe6376..0ac54986da 100644 --- a/src/main/java/io/confluent/examples/streams/interactivequeries/kafkamusic/KafkaMusicExample.java +++ b/src/main/java/io/confluent/examples/streams/interactivequeries/kafkamusic/KafkaMusicExample.java @@ -110,7 +110,7 @@ * *
* {@code - * $ java -cp target/kafka-streams-examples-7.0.0-standalone.jar \ + * $ java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar \ * io.confluent.examples.streams.interactivequeries.kafkamusic.KafkaMusicExample 7070 * } *@@ -121,7 +121,7 @@ * *
* {@code - * $ java -cp target/kafka-streams-examples-7.0.0-standalone.jar \ + * $ java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar \ * io.confluent.examples.streams.interactivequeries.kafkamusic.KafkaMusicExample 7071 * } *diff --git a/src/main/java/io/confluent/examples/streams/interactivequeries/kafkamusic/KafkaMusicExampleDriver.java b/src/main/java/io/confluent/examples/streams/interactivequeries/kafkamusic/KafkaMusicExampleDriver.java index 7cf81ab8f1..27bd6f1253 100644 --- a/src/main/java/io/confluent/examples/streams/interactivequeries/kafkamusic/KafkaMusicExampleDriver.java +++ b/src/main/java/io/confluent/examples/streams/interactivequeries/kafkamusic/KafkaMusicExampleDriver.java @@ -50,7 +50,7 @@ * Once packaged you can then run: *
* {@code - * $ java -cp target/kafka-streams-examples-7.0.0-standalone.jar \ + * $ java -cp target/kafka-streams-examples-7.4.0-0-standalone.jar \ * io.confluent.examples.streams.interactivequeries.kafkamusic.KafkaMusicExampleDriver * } *diff --git a/src/main/java/io/confluent/examples/streams/microservices/AddInventory.java b/src/main/java/io/confluent/examples/streams/microservices/AddInventory.java index 6ea9acd08d..7365a424c4 100644 --- a/src/main/java/io/confluent/examples/streams/microservices/AddInventory.java +++ b/src/main/java/io/confluent/examples/streams/microservices/AddInventory.java @@ -33,7 +33,7 @@ private static void sendInventory(final List
+ * Reordering occurs within the time windows defined by the {@code grace} constructor parameter.
+ *
+ * Note: This example uses lambda expressions and thus works with Java 8+ only.
+ */
+public class ReorderIntegrationTest {
+
+ public static class ReorderTransformer