[ https://issues.apache.org/jira/browse/KAFKA-4652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15884321#comment-15884321 ]
ASF GitHub Bot commented on KAFKA-4652: --------------------------------------- GitHub user bbejeck opened a pull request: https://github.com/apache/kafka/pull/2597 KAFKA-4652: Added tests for KStreamBuilder You can merge this pull request into a Git repository by running: $ git pull https://github.com/bbejeck/kafka KAFKA-4652_improve_kstream_builder_test_coverage Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/2597.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2597 ---- commit 36ecb43055ec8dfeb10b3a9922bdb0867cc420de Author: bbejeck <bbej...@gmail.com> Date: 2017-02-25T17:59:00Z KAFKA-4652: Added tests for KStreamBuilder ---- > Improve test coverage KStreamBuilder > ------------------------------------ > > Key: KAFKA-4652 > URL: https://issues.apache.org/jira/browse/KAFKA-4652 > Project: Kafka > Issue Type: Sub-task > Components: streams > Reporter: Damian Guy > Assignee: Bill Bejeck > Priority: Minor > Fix For: 0.10.3.0 > > > Some methods not covered,i.e, > {{public <K, V> KTable<K, V> table(AutoOffsetReset offsetReset, String topic, > final String storeName)}} > {{public <K, V> KStream<K, V> stream(Serde<K> keySerde, Serde<V> valSerde, > Pattern topicPattern)}} > {{public <K, V> KStream<K, V> stream(AutoOffsetReset offsetReset, String... > topics)}} -- This message was sent by Atlassian JIRA (v6.3.15#6346)