Usage of Instance.getByExtIdByUri() catalog functions (extID must be unique across all objects in cluster)
The catalog function Instance.getByExtIdByUri() should be used only when persistence type is configured as SharedNothing or the usage of the objecttable is disabled (be.backingstore.useobjecttable=false, see
https://docs.tibco.com/pub/businessevents-enterprise/5.5.0/doc/html/GUID-EDC9DC01-6C0B-4324-B0F9-79416DBEA6F2.html).
The returned concept will not added to the working memory to update the agenda. When this is required load the concept using catalog function Cluster.DataGrid.CacheLoadConceptByExtIdByUri().
It is still required that the extId for the concept (if set) must be unique across all objects in the cluster.
You cannot define/create different concepts with same extID. The agent loads the first concept that matches the extID in local memory (two concepts with same extID created in same RTCcycle).
See also: https://docs.tibco.com/pub/businessevents-enterprise/5.5.0/doc/html/GUID-F48D8BE5-DD50-4E23-B57A-1585C0A8FB69.html
Reference from documentation on the catalog function Instance.getByExtIdByUri():"Returns the Concept instance identified by extId and with URI matching URI or null if not found.
Note:
This method should not be used to load cache-only concepts into working memory for modifications, especially if they have not already been loaded in a pre-processor."