2060-io / 2060-service-agent

2060 Agent running in a container, used as gateway for any service to access 2060 ecosystem.
Apache License 2.0
0 stars 0 forks source link

Add HTTP transport #8

Open genaris opened 5 months ago

genaris commented 5 months ago

From GitLab #13:

Currently, HTTP transport is disabled from Service Agent (and Cloud Agent as well) due to a compatibility issue on the HttpInboundTransporter. We should define a custom inbound transporter that allows to support HTTP and WS at the same time, so any third-party agent will be able to connect with us.