lucasbru commented on code in PR #20147:
URL: https://github.com/apache/kafka/pull/20147#discussion_r2199779001


##########
streams/integration-tests/src/test/java/org/apache/kafka/streams/integration/KafkaStreamsTelemetryIntegrationTest.java:
##########
@@ -279,18 +281,28 @@ public void shouldPassMetrics(final String topologyType, 
final boolean stateUpda
         // Streams metrics should get passed to Admin and Consumer
         streamsApplicationProperties = props(stateUpdaterEnabled, 
groupProtocol);
         final Topology topology = topologyType.equals("simple") ? 
simpleTopology(false) : complexTopology();
-       
+
+        final AtomicInteger runningStateCount = new AtomicInteger(0);
+        final int expectedRunningStateCount = 
DEFAULT_GROUP_PROTOCOL.equals(groupProtocol) || "simple".equals(topologyType) ? 
1 : 2;

Review Comment:
   Yes, it's exactly about creating the internal topic



-- 
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.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

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

Reply via email to