mirror of
https://gitee.com/dcren/initializr.git
synced 2025-04-24 18:04:58 +08:00
Merge pull request #563 from sobychacko:gh-562
* pr/563: Polish "Add Kafka Streams binder" Add Kafka Streams binder
This commit is contained in:
commit
63be64e983
@ -971,6 +971,18 @@ 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
|
||||
- name: Cloud AWS
|
||||
bom: spring-cloud
|
||||
versionRange: 1.2.3.RELEASE
|
||||
|
Loading…
Reference in New Issue
Block a user