diff --git a/kafka-streams-samples/kafka-streams-dlq-sample/README.adoc b/kafka-streams-samples/kafka-streams-dlq-sample/README.adoc index b3c570c..ba6b06a 100644 --- a/kafka-streams-samples/kafka-streams-dlq-sample/README.adoc +++ b/kafka-streams-samples/kafka-streams-dlq-sample/README.adoc @@ -15,7 +15,7 @@ This sample uses lambda expressions and thus requires Java 8+. Go to the root of the repository and do: `./mvnw clean package` -`java -jar target/kstream-word-count-0.0.1-SNAPSHOT.jar` +`java -jar target/kafka-streams-dlq-sample-0.0.1-SNAPSHOT.jar` The default application.yml file demonstrates native decoding by Kafka. The default value serializer is set to IntegerSerde to force a deserialization errors. @@ -38,4 +38,4 @@ You will not see any messages coming to the regular destination counts. There is another yaml file provided (by-framework-decoding.yml). Use that as application.yml to see how it works when the deserialization done by the framework. -In this case also, the messages on error appear in the DLQ topic. \ No newline at end of file +In this case also, the messages on error appear in the DLQ topic.