skupperproject / skupper

Skupper is an implementation of a Virtual Application Network, enabling rich hybrid cloud communication.
http://skupper.io
Apache License 2.0
559 stars 71 forks source link

Add timeout params to Connector and Listener structs #1486

Closed gabordozsa closed 4 weeks ago

gabordozsa commented 1 month ago

The Listener and Connector structs are missing the connection timeout parameters so those just get ignored when the skupper-internal config map is read or written by config-sync. This prevents the user from overwriting the default timeout values for any connection (as it is reported in https://github.com/skupperproject/skupper-router/issues/1132)

Fixes skupperproject/skupper-router#1132

gabordozsa commented 4 weeks ago

I'm closing this as https://github.com/skupperproject/skupper/pull/1493 provides a more generic solution.