-
Notifications
You must be signed in to change notification settings - Fork 52
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
Can't set Knative broker name #535
Milestone
Comments
It does not work because To fix it I think we have 3 options:
|
Option 1 seems the most backward compatible. How would |
Name is only used to look up resource definitions from knative env so it is an internal detail |
lburgazzoli
added a commit
to lburgazzoli/apache-camel-k-runtime
that referenced
this issue
Oct 26, 2020
lburgazzoli
added a commit
that referenced
this issue
Oct 26, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue #151 talks about params like
brokerApiVersion
andbrokerName
as ways to set the source/target broker, but they are not present in the codebase.While we can just use
apiVersion
(which is already present), settingbrokerName
(or better, justname
) in the URI results in an error.Parameter
name
is an URI endpoint when usingknative:endpooint
andknative:channel
, but not withknative:event
.The text was updated successfully, but these errors were encountered: