Add Kafka Streams binder

See gh-563
This commit is contained in:
Soby Chacko 2017-12-27 15:58:35 -05:00 committed by Stephane Nicoll
parent 4f3888e361
commit fd7d19a522

View File

@ -971,6 +971,19 @@ initializr:
versionRange: 1.3.0.RELEASE versionRange: 1.3.0.RELEASE
groupId: org.springframework.cloud groupId: org.springframework.cloud
artifactId: spring-cloud-stream-binder-kafka artifactId: spring-cloud-stream-binder-kafka
- name: Stream Binder \"Kafka Streams\"
id: cloud-stream-binder-kafka-streams
description: Stream processing microservices with Kafka Streams API
versionRange: 1.5.7.RELEASE
groupId: org.springframework.cloud
artifactId: spring-cloud-stream-binder-kstream
links:
- rel: guide
href: https://github.com/spring-cloud/spring-cloud-stream-samples/tree/master/kstream
description: Samples for using Kafka Streams with Spring Cloud stream
- rel: reference
href: https://docs.spring.io/spring-cloud-stream/docs/current/reference/htmlsingle/#_kafka_streams_binding_capabilities_of_spring_cloud_stream
description: Kafka Streams Binding Support for Spring Cloud Stream
- name: Cloud AWS - name: Cloud AWS
bom: spring-cloud bom: spring-cloud
versionRange: 1.2.3.RELEASE versionRange: 1.2.3.RELEASE