Preview Feature: Support for Version 2 Bridge Design
Introduction of Action with a new 'connector' concept
In the original Bridge v1 design, each connector was exclusively tied to a single bridge. This design prioritized error isolation and performance but posed challenges for users setting up multiple bridges to the same service. For instance, setting up 10 bridges to a single Kafka cluster required the same configuration to be repeated for each bridge.
The revamped Action design provides more flexibility and better scalability:
Users have the option to either share a connector across multiple bridges or retain it exclusively for one bridge, as in v1.
For the majority of data bridges, sharing a connector among too many bridges might lead to performance degradation but avoids overloading the external system with too many connections if the number of bridges is very high.
In some cases, specific data bridges always utilize dedicated connections, even when the connector is shared. Right now these are:
Management of Connectors
/connectors path for connector management./actions endpoint.Limitations in e5.3.1