Skip to content

[Enhancement] Provide the ability to replace the remoting layer implementation for Proxy and Broker #9191

@f1amingo

Description

@f1amingo

Before Creating the Enhancement Request

  • I have confirmed that this should be classified as an enhancement rather than a bug/feature.

Summary

Provide the ability to replace the remoting layer implementation for Proxy and Broker.

Motivation

This allows us to implement custom RemotingClient and RemotingServer to support a variety of network protocols.

Describe the Solution You'd Like

For the server side, by using a map to store multiple RemotingServers, and by adding new RemotingServer implementations, it is possible to support different network protocols.
For the client side, by adding a parameter and passing it through, it is possible to create new implementations of RemotingClientto support different network protocols.

Describe Alternatives You've Considered

None.

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions