You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2020/05/06 09:16:47 UTC

[GitHub] [kafka] big-andy-coates commented on a change in pull request #8483: KAFKA-9865: Expose output topic names from TopologyTestDriver

big-andy-coates commented on a change in pull request #8483:
URL: https://github.com/apache/kafka/pull/8483#discussion_r420651255



##########
File path: streams/test-utils/src/test/java/org/apache/kafka/streams/TopologyTestDriverTest.java
##########
@@ -1643,6 +1663,8 @@ public void process(final String key, final String value) {
                     new KeyValue<>("A", "recurse-alpha")
                 ))
             );
+
+            assertThat(topologyTestDriver.producedTopicNames(), hasItem("globule-topic"));

Review comment:
       You're right, I was being lazy ;)




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org