rmw_connextdds icon indicating copy to clipboard operation
rmw_connextdds copied to clipboard

Implement support for unique network flows

Open asorbini opened this issue 5 years ago • 0 comments

rmw_connextdds and rmw_connextddsmicro do not currently support the RMW APIs to request unique network flows (see ros2/design#304).

#13 introduced stubs for all new functions, and a check to fail and inform users who might be trying to use the feature.

This issue means to discuss and track the work required to implement this support (e.g. map unique flow requests to specific QoS settings for Connext).

The following functions must also be implemented:

  • rmw_api_connextdds_publisher_get_network_flow_endpoints()
  • rmw_api_connextdds_subscription_get_network_flow_endpoints()

asorbini avatar Apr 26 '21 18:04 asorbini