mirror of
https://gitee.com/dcren/initializr.git
synced 2025-04-24 18:04:58 +08:00
Add Kafka Streams binder
See gh-563
This commit is contained in:
parent
4f3888e361
commit
fd7d19a522
@ -971,6 +971,19 @@ initializr:
|
||||
versionRange: 1.3.0.RELEASE
|
||||
groupId: org.springframework.cloud
|
||||
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
|
||||
bom: spring-cloud
|
||||
versionRange: 1.2.3.RELEASE
|
||||
|
Loading…
Reference in New Issue
Block a user