skupperproject / skupper

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

[v2] Collector Mishandles Attached Connectors #1787

Closed c-kruse closed 2 days ago

c-kruse commented 1 week ago

Describe the bug

With an attached connector, the collector correctly will add a "site-service" process to act as a placeholder for the real workload, but it is not associating network traffic with it, and the connector API endpoint references process IDs that do not exist.

Expected

Attached connectors should work like connectors using a host name instead of a selector. Flow traffic should be associated with the site-service process, and the connector api should correctly reference the site service as well.