[ https://issues.apache.org/jira/browse/KAFKA-19553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Shubhangi Pandey updated KAFKA-19553: ------------------------------------- Labels: new-bie (was: new) > Add more test coverage for existing Kafka Streams examples that currently > lack test files > ----------------------------------------------------------------------------------------- > > Key: KAFKA-19553 > URL: https://issues.apache.org/jira/browse/KAFKA-19553 > Project: Kafka > Issue Type: Improvement > Components: streams > Reporter: Shubhangi Pandey > Priority: Minor > Labels: new-bie > > The Kafka Streams examples directory > {code:java} > (streams/examples/src/main/java/org/apache/kafka/streams/examples/){code} > contains several example applications to help users learn Kafka Streams > patterns. However, the corresponding test directory > {code:java} > (streams/examples/src/test/java/org/apache/kafka/streams/examples/){code} > only contains tests for the > {code:java} > WordCount {code} > example, while other examples lack proper test coverage. > *Current State* > Examples WITH tests: > {code:java} > wordcount/WordCountDemo.java → has wordcount/WordCountTest.java > {code} > Examples WITHOUT tests: > {code:java} > pipe/PipeDemo.java → no corresponding test > pageview/PageViewTypedDemo.java → no corresponding test{code} > Other examples in the directory → no corresponding tests -- This message was sent by Atlassian Jira (v8.20.10#820010)