Skip to content

Publish subproject creation status to a pubsub

Varunkumar Manohar requested to merge slb/vm/publish-subproject-creation into master

After a subproject is successfully registered, publish the successful creation status in a messaging queue.

This will ensure all subscribers can be notified if required.

Currently only Google Cloud's pubsub is supported. For all other cloud providers, a implementation is required.

Merge request reports