TopicKey is the shared pipeline stage identifier type.
const (
// TopicKeyStart is the pipeline stage where trunk push events arrive from the gateway. TopicKeyStart TopicKey = "start"
// TopicKeyValidate is the pipeline stage where commits are published for metadata resolution. TopicKeyValidate TopicKey = "validate"
)