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

Remove httpConnector and httpListener references as they have been dropped from the router #1702

Closed fgiorgetti closed 2 weeks ago

fgiorgetti commented 1 month ago

Describe the bug A recent router PR has been merged removing http adaptors: https://github.com/skupperproject/skupper-router/pull/1617

We need Skupper V2 to get rid of them as well as config-sync and router logs are now filled with errors querying http related entities.

How To Reproduce Run a Skupper v2 deployment using skupper-router:main.

Expected behavior No more errors on both components.

Environment details

grs commented 1 month ago

Fixed by #1706