getOrCreate
functionality described alongside Component and Relation Templates below.getOrCreate
functionality described in the Configure Component and Relation Templates
section below. Auto-generated components types will be created without an icon.Custom Synchronization
StackPack, it creates a Component Template called autosync-component-template
. Similarly, Custom Synchronization
StackPack, creates a Relation Template called autosync-relation-template
.ComponentType
from Auto-synced Component
to something that represents a generic component in your data source. The same goes for Layer
, Domain
and Environment
which defaults to Auto-synced Components
, Auto-synced Domain
,Auto-synced Environment
respectively. As this template is using the getOrCreate
functionality, these values are auto-created by StackState if they don't already exist. Find more on Templates.getOrCreate
function tries to resolve a node by first its identifier and then by the fallback create-identifier. If it can't find any it'll create it using the type and name argument and it'll identify the newly created node with the create-identifier value.update
and confirm the popup dialog to unlock this Template from the Custom Synchronization
StackPack.component
and relation
identity extractor function. There are a few default Id Extractor Functions present in StackState. The Auto sync component id extractor
and Auto sync relation id extractor
are good starting points for your StackPack. You can go ahead and rename these, add a description if needed, and confirm the popup dialog to unlock these Id Extractor Functions from the Custom Synchronization
StackPack.Custom Synchronization
StackPack, it creates a StackState DataSource called Internal kafka
. This data source is a good starting point for your StackPack. You can change the name of it, add a description if needed. You can observe the Integration Type
and Kafka Topic
are a representation of the information you supplied in the Custom Synchronization
StackPack instance details. More on Topology Sources.update
and confirm the popup dialog to unlock this StackState DataSource from the Custom Synchronization
StackPack.