From d22b1494684987651c30bdd14be65702c8048a22 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Tue, 5 Mar 2019 16:46:21 -0500 Subject: [PATCH] List Kafka Streams as a binder in the main page. --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 3f4c2ff2e..e144f3cf6 100644 --- a/index.html +++ b/index.html @@ -58,6 +58,7 @@ Spring Cloud Stream supports a variety of binder implementations and the followi |[RabbitMQ](https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit)| |[Apache Kafka](https://github.com/spring-cloud/spring-cloud-stream-binder-kafka)| +|[Kafka Streams](https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/tree/master/spring-cloud-stream-binder-kafka-streams)| |[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 PubSub+ _(partner maintained)_](https://github.com/SolaceProducts/spring-cloud-stream-binder-solace)|