added binder imple links to docs

This commit is contained in:
Oleg Zhurakousky
2018-10-30 13:46:58 +01:00
parent bdcdf5074b
commit cfa63c6dc6

View File

@@ -2619,3 +2619,15 @@ For Spring Cloud Stream samples, see the https://github.com/spring-cloud/spring-
On CloudFoundry, services are usually exposed through a special environment variable called https://docs.cloudfoundry.org/devguide/deploy-apps/environment-variable.html#VCAP-SERVICES[VCAP_SERVICES].
When configuring your binder connections, you can use the values from an environment variable as explained on the http://docs.spring.io/spring-cloud-dataflow-server-cloudfoundry/docs/current-SNAPSHOT/reference/htmlsingle/#getting-started-ups[dataflow Cloud Foundry Server] docs.
== Binder Implementations
The following is the list of available binder implementations
* [RabbitMQ](https://cloud.spring.io/spring-cloud-stream-binder-rabbit/)
* [Apache Kafka](https://cloud.spring.io/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 PubSub+ _(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)