damondouglas commented on code in PR #30847:
URL: https://github.com/apache/beam/pull/30847#discussion_r1575512132
##########
.test-infra/terraform/google-cloud-platform/google-kubernetes-engine/variables.tf:
##########
@@ -31,11 +31,27 @@ variable "cluster_name_prefix" {
description = "The prefix to assign the provisioned Google Kubernetes Engine
(GKE) cluster; a random string is appended to this value"
}
+variable "cluster_name_override" {
+ type = string
+ description = "Use this to override naming and omit the postfix. Leave empty
to use prefix-suffix format"
+ default = ""
+}
+
Review Comment:
Why not just keep the kafka cluster running continually and delete the
topics after the workflows execute?
--
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]