You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Before Creating the Enhancement Request
Summary
Provide the ability to replace the remoting layer implementation for Proxy and Broker.
Motivation
This allows us to implement custom
RemotingClient
andRemotingServer
to support a variety of network protocols.Describe the Solution You'd Like
For the server side, by using a map to store multiple
RemotingServer
s, and by adding newRemotingServer
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
RemotingClient
to support different network protocols.Describe Alternatives You've Considered
None.
Additional Context
No response
The text was updated successfully, but these errors were encountered: