{{- $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 }}
Component | Bulk Publish | Bulk Subscribe | Status | Component version | Since runtime version |
---|---|---|---|---|---|
{{ .component }} |
{{ if .features.bulkPublish }}
✅
{{else}}
![]() |
{{ if .features.bulkSubscribe }}
✅
{{else}}
![]() |
{{ .state }} | {{ .version }} | {{ .since }} |