Update README.adoc

This commit is contained in:
Soby Chacko
2019-01-08 10:32:36 -05:00
committed by GitHub
parent c518e38aef
commit 03976c7c22
@@ -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.
In this case also, the messages on error appear in the DLQ topic.