johnjcasey commented on code in PR #27805:
URL: https://github.com/apache/beam/pull/27805#discussion_r1289000925
##########
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:
I created it with an internal script. In principle, any Kafka cluster hosted
on GCP in apache beam testing will do.
This server also should only exist temporarily, as I plan to migrate to
google managed kafka once that comes on line early 2024
--
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]