Writing Cohort Member Client Connectors¶
Egeria's Open Metadata Repository Services (OMRS) provides a default REST API implementation and a corresponding client:
- REST Cohort Client Connector supports remote calls to the OMRS REST API.
The connection for this connector is configured in the LocalRepositoryRemoteConnection property of the
cohort member's Local Repository Configuration.
The definition of the cohort member client connector interface for these connectors is defined in the repository-services-api module in the org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector Java package. It is the same interface as the repository connectors that are used to provide the local repository to a metadata server so that the Open Metadata Repository Services (OMRS) issue calls to the same interface irrespective of whether the call is to the local repository or a remote cohort member.
Raise an issue or comment below