liferoad commented on code in PR #27805:
URL: https://github.com/apache/beam/pull/27805#discussion_r1288973241


##########
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy:
##########
@@ -2522,6 +2522,8 @@ class BeamModulePlugin implements Plugin<Project> {
           project.exec {
             environment "EXPANSION_JAR", expansionJar
             environment "EXPANSION_PORT", javaExpansionPort
+            //Use hardcoded kafka temporarily until hosted Kafka on Google is 
available. TODO: johnjcasey
+            environment "BOOTSTRAP_SERVER", 
'theotherjohn-nokill-kafka-c-m:9092'

Review Comment:
   do you have README to create this Kafka instance? FYI. I added mine under 
https://github.com/apache/beam/tree/master/.test-infra/pubsub. 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to