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:
-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)|