Routing

Introduction

RSB is designed to work with heterogeneous systems including multiple transport mechanisms. Many transport mechanisms will form network segments with the following properties
  • Notifications reach all participants within the segment automatically
  • Notifications do not reach participants outside the segment. This includes
    • Participants on different segments of the same transport mechanism
    • Participants on segments of other transport mechanisms

Bridging

Requirements

  • Only process notifications that need forwarding
    • Needs network knowledge (routing table,
    • Install appropriate filters
  • Transcode notifications
    • Needs serializer and deserializer for both transport mechanisms
  • Transcode payloads
    • Needs converters for both wire-schemas

Routing

Requirements

TBD

Path Discovery

TBD