kyma-incubator / varkes

A mocking toolkit for Kyma
Apache License 2.0
12 stars 13 forks source link

retrieve eventsurl on-demand only #278

Closed a-thaler closed 4 years ago

a-thaler commented 4 years ago

Problem The url to send events is retrieved once after the pairing process in the legacy mode. Connecting to compas in the legacy mode still does not mean that the url is available or will not change as the runtime assignment is not done or will change.

Solution Do not store the eventsUrl after pairing but instead store the infoUrl where the eventsUrl can be retrieved on demand.