Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add on config file the location path for each categories with multi-connector support for the same extension #58

Closed
cgourdin opened this issue Dec 14, 2016 · 0 comments

Comments

@cgourdin
Copy link
Owner

ex:
vm/ --< Meta model infrastructure kind: compute --< default connector factory

compute/ --< Meta model infrastructure kind: compute --< Connector factory like org.myotherconnector.ConnectorFactory

In the configuration file it will be like this :
vm=https://categoryScheme#compute
compute=https://categoryScheme#compute org.myotherconnector.ConnectorFactory

With this use case we could use multiple connectors on the same extension and category :
vm/ ==> use the first connector (the default)
compute/ ==> use the second connector (org.myotherconnector.ConnectorFactory)

MART may be updated with this use case to route the factory correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant