You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/09/13 20:29:58 UTC

[GitHub] [beam] Abacn commented on a diff in pull request #23191: Test fix Kafka Performance test batch

Abacn commented on code in PR #23191:
URL: https://github.com/apache/beam/pull/23191#discussion_r970055394


##########
.test-infra/kubernetes/kafka-cluster/05-kafka/configmap-config.yaml:
##########
@@ -35,7 +35,7 @@ data:
     echo "Applying runtime configuration using confluentinc/cp-kafka:5.0.1"
     kafka-topics --zookeeper zookeeper:2181 --create --if-not-exists --force --topic beam --partitions 1 --replication-factor 3
     kafka-configs --zookeeper zookeeper:2181 --entity-type topics --entity-name beam --describe
-    kafka-topics --zookeeper zookeeper:2181 --create --if-not-exists --force --topic beam-runnerv2 --partitions 1 --replication-factor 3

Review Comment:
   This topic is no longer used as the duplicate test removed in #23027



-- 
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: github-unsubscribe@beam.apache.org

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