{{- $groups := dict " Generic" $.Site.Data.components.pubsub.generic "Microsoft Azure" $.Site.Data.components.pubsub.azure "Google Cloud Platform (GCP)" $.Site.Data.components.pubsub.gcp "Amazon Web Services (AWS)" $.Site.Data.components.pubsub.aws }} {{ range $group, $components := $groups }}

{{ $group }}

{{ range sort $components "component" }} {{ end }}
Component Bulk Publish Bulk Subscribe Status Component version Since runtime version
{{ .component }} {{ if .features.bulkPublish }} {{else}} Bulk publish not supported {{ end }} {{ if .features.bulkSubscribe }} {{else}} Bulk subscribe not supported {{ end }} {{ .state }} {{ .version }} {{ .since }}
{{ end }} {{ partial "components/componenttoc.html" . }}