Add binder implementations table
This commit is contained in:
11
index.html
11
index.html
@@ -52,7 +52,16 @@ The core building blocks of Spring Cloud Stream are:
|
||||
|
||||
<img class="styled-image" src="img/SCSt-overview.png" alt="Spring Cloud Stream overview" title="Spring Cloud Stream overview" border="5"/>
|
||||
|
||||
Currently Spring Cloud Stream supports [RabbitMQ](https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit) and [Apache Kafka](https://github.com/spring-cloud/spring-cloud-stream-binder-kafka) binders with more binder implementations in the pipeline _(such as: [Google PubSub](https://github.com/spring-cloud/spring-cloud-gcp/tree/master/spring-cloud-gcp-pubsub-stream-binder) and [AWS Kinesis](https://github.com/spring-cloud/spring-cloud-stream-binder-aws-kinesis))_.
|
||||
## Binder Implementations
|
||||
|
||||
Spring Cloud Stream supports a variety of binder implementations and the following table includes the link to the GitHub projects.
|
||||
|
||||
|[RabbitMQ](https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit)|
|
||||
|[Apache Kafka](https://github.com/spring-cloud/spring-cloud-stream-binder-kafka)|
|
||||
|[Amazon Kinesis](https://github.com/spring-cloud/spring-cloud-stream-binder-aws-kinesis)|
|
||||
|[Google PubSub _(partner maintained)_](https://github.com/spring-cloud/spring-cloud-gcp/tree/master/spring-cloud-gcp-pubsub-stream-binder)|
|
||||
|[Solace _(partner maintained)_](https://github.com/SolaceProducts/spring-cloud-stream-binder-solace)|
|
||||
|[Azure Event Hubs _(partner maintained)_](https://github.com/Microsoft/spring-cloud-azure/tree/master/spring-cloud-azure-eventhub-stream-binder)|
|
||||
|
||||
<span id="quick-start"></span>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user