christophd commented on issue #2249: URL: https://github.com/apache/camel-k/issues/2249#issuecomment-2175531176
I am not sure if `knative:endpoint/knative2` should really affect the Knative service name and its base URL. I am fine with the integration name being the default Knative service name so it behaves similar to the arbitrary service trait. Also, I think the endpoint name used in the Camel route represents something different. I would expect that the endpoint defines the resource subpath of the service so that `http://test.ns.domain/knative2` requests get routed to the Camel route. This would also play nice with multiple endpoints being set via the Camel routes, because requests get routed to the different endpoints via request paths. We should add more testing to that first in order to see how this really behaves. -- 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]
