International-Data-Spaces-Association / metadata-broker-open-core

This is the repository of the open-core reference implementation of the IDS Metadata Broker.
Apache License 2.0
10 stars 17 forks source link

DB connector registered twice #51

Closed sebplorenz closed 2 years ago

sebplorenz commented 3 years ago

Because of a bug in the DSC all connectors have been registered with a random guid as id. With version > 6.0.0 they have their normal ids again. Now the connectors are registerd twice. E.g. the DB connector. There should be an option to delete a connector manually in the Broker Admin UI. Additionally there needs to be a concept of how to deal with connectors that do not exist any more but do not deregister themselves from the broker.

NehaThawani44 commented 3 years ago

The reason could be that one of the DB connectors is coming from indexing. If you are able to reproduce the same for other connectors then please mention the steps to reproduce. In the meanwhile, we can delete the connector from postman and recheck this.

NehaThawani44 commented 2 years ago

@sebplorenz Closing this issue as I checked on both the DRM instances, DB connector is registered only once when the version of broker-core running is 4.2.5-PRERELEASE.