From 907e792f4251f71c3f8c3afbacb20f8deed585ed Mon Sep 17 00:00:00 2001 From: Sabby Anandan Date: Mon, 29 Oct 2018 10:24:00 -0700 Subject: [PATCH] Add binder implementations table --- index.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 4ed27f3b5..fc34a3ad9 100644 --- a/index.html +++ b/index.html @@ -52,7 +52,16 @@ The core building blocks of Spring Cloud Stream are: Spring Cloud Stream overview -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)|