We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b3a8e commit cdf8d30Copy full SHA for cdf8d30
1 file changed
README.md
@@ -3,7 +3,8 @@
3
---
4
5
This is a project shows howto create DataStream Pipelines based on Spring Boot and Kafka
6
-that are simple, efficient and based on Jdk 24+. A DataStream Pipeline has a source that
+that are simple, efficient and based on Jdk 24+. This project is a simpler alternative to the Spring Cloud Data Flow
7
+architecture. A DataStream Pipeline has a source that
8
receives changes/requests and transforms them to events that are send to Kafka. The
9
Kafka events are received by the sink and transformed to be send to the receiving
10
system. A DataStream is one Spring Boot application providing the source and sink.
0 commit comments