-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple kafka clusters not working #1117
Comments
Are there any update on this one? Especially when sourcing Kafka externally (e.g. as SaaS) this will get messy, IMO. |
Can you provide a reproducer? I can't see where |
Let me see if this happens by simply using the feature.. |
@RayRoestenburg yeah my bad. the error includes the cluster name used in the blueprint file topics section. so in this case I updated my initial comment to be complete. I will provide a producer when my time allows for it. hopefully max by end of week thanks for your support |
Describe the bug
Following the steps described here https://cloudflow.io/docs/current/administration/installing-cloudflow.html#_default_and_named_kafka_clusters.
We have the following values that we pass to helm install
the result is two secrets created in the cloudflow namespace that have the label
cloudflow.lightbend.com/kafka-cluster-name
set accordingly.In the blueprint we have the following:
this results in the error
Removing the cluster line in the blueprint, the cli uses the default cluster and it deploys normally
To Reproduce
refer to the blueprint, helm install values supplied in the previous section
Expected behavior
the cli deploys the app normally and uses the refrenced kafka cluster in the blueprint
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: