mirror of https://github.com/dapr/docs.git
Reorder bindings with cloud providers at last
This commit is contained in:
parent
4795ec7492
commit
2dacb2f430
|
@ -18,24 +18,24 @@ Every binding has its own unique set of properties. Click the name link to see t
|
||||||
|
|
||||||
| Name | Input Binding | Output Binding | Status
|
| Name | Input Binding | Output Binding | Status
|
||||||
| ------------- | -------------- | ------------- | ------------- |
|
| ------------- | -------------- | ------------- | ------------- |
|
||||||
| [Kafka](./specs/kafka.md) | V | V | Experimental |
|
|
||||||
| [RabbitMQ](./specs/rabbitmq.md) | V | V | Experimental |
|
|
||||||
| [AWS SQS](./specs/sqs.md) | V | V | Experimental |
|
|
||||||
| [AWS SNS](./specs/sns.md) | | V | Experimental |
|
|
||||||
| [Azure EventHubs](./specs/eventhubs.md) | V | V | Experimental |
|
|
||||||
| [Azure CosmosDB](./specs/cosmosdb.md) | | V | Experimental |
|
|
||||||
| [Azure SignalR](./specs/signalr.md) | | V | Experimental |
|
|
||||||
| [GCP Storage Bucket](./specs/gcpbucket.md) | | V | Experimental |
|
|
||||||
| [HTTP](./specs/http.md) | | V | Experimental |
|
| [HTTP](./specs/http.md) | | V | Experimental |
|
||||||
|
| [Kafka](./specs/kafka.md) | V | V | Experimental |
|
||||||
|
| [Kubernetes Events](./specs/kubernetes.md) | V | | Experimental |
|
||||||
| [MQTT](./specs/mqtt.md) | V | V | Experimental |
|
| [MQTT](./specs/mqtt.md) | V | V | Experimental |
|
||||||
|
| [RabbitMQ](./specs/rabbitmq.md) | V | V | Experimental |
|
||||||
| [Redis](./specs/redis.md) | | V | Experimental |
|
| [Redis](./specs/redis.md) | | V | Experimental |
|
||||||
|
| [Twilio SMS](./specs/twilio.md) | | V | Experimental |
|
||||||
| [AWS DynamoDB](./specs/dynamodb.md) | | V | Experimental |
|
| [AWS DynamoDB](./specs/dynamodb.md) | | V | Experimental |
|
||||||
| [AWS S3](./specs/s3.md) | | V | Experimental |
|
| [AWS S3](./specs/s3.md) | | V | Experimental |
|
||||||
|
| [AWS SNS](./specs/sns.md) | | V | Experimental |
|
||||||
|
| [AWS SQS](./specs/sqs.md) | V | V | Experimental |
|
||||||
| [Azure Blob Storage](./specs/blobstorage.md) | | V | Experimental |
|
| [Azure Blob Storage](./specs/blobstorage.md) | | V | Experimental |
|
||||||
|
| [Azure CosmosDB](./specs/cosmosdb.md) | | V | Experimental |
|
||||||
|
| [Azure EventHubs](./specs/eventhubs.md) | V | V | Experimental |
|
||||||
| [Azure Service Bus Queues](./specs/servicebusqueues.md) | V | V | Experimental |
|
| [Azure Service Bus Queues](./specs/servicebusqueues.md) | V | V | Experimental |
|
||||||
|
| [Azure SignalR](./specs/signalr.md) | | V | Experimental |
|
||||||
| [GCP Cloud Pub/Sub](./specs/gcppubsub.md) | V | V | Experimental |
|
| [GCP Cloud Pub/Sub](./specs/gcppubsub.md) | V | V | Experimental |
|
||||||
| [Kubernetes Events](./specs/kubernetes.md) | V | | Experimental |
|
| [GCP Storage Bucket](./specs/gcpbucket.md) | | V | Experimental |
|
||||||
| [Twilio SMS](./specs/twilio.md) | | V | Experimental |
|
|
||||||
|
|
||||||
## Input Bindings
|
## Input Bindings
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue