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