Вопрос

How do you force a connector built with Devkit to have a unique name at runtime in a Mule Application? Ie other connectors like http don't allow duplicate names.

Ie I don't wont to allow a flow like this:

<FooConnector:config name="foo" doc:name="foo"/>
<FooConnector:config name="foo" doc:name="foo"/>
Это было полезно?

Решение

Unfortunately, the uniqueness of a DevKit connector declaration is not enforced, neither at schema level nor at Mule registry level.

IMO this is a bug so I reported it: https://www.mulesoft.org/jira/browse/DEVKIT-426

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top