-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
As a developer, I would like to go to the initializr and generate a project to write boot apps against the Kafka Streams support in Spring Cloud Stream. [1]
I would also like to generate a project that contains both the kafka streams binder (spring-cloud-stream-binder-kafka-streams) and the MessageChannel based kafka binder (spring-cloud-stream-binder-kafka) [2]
We only want these to be supported for Spring Boot 2.0.0.RELEASE.
[1] Here is a sample with the Kafka Streams binder - https://github.com/spring-cloud/spring-cloud-stream-samples/tree/master/kafka-streams-samples/kafka-streams-aggregate
[2] Here is a sample that uses Kafka Streams and regular Kafka binder - https://github.com/spring-cloud/spring-cloud-stream-samples/tree/master/kafka-streams-samples/kafka-streams-word-count