Skip to content

Commit cdf8d30

Browse files
committed
docs: readme
1 parent 15b3a8e commit cdf8d30

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
---
44

55
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
6+
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
78
receives changes/requests and transforms them to events that are send to Kafka. The
89
Kafka events are received by the sink and transformed to be send to the receiving
910
system. A DataStream is one Spring Boot application providing the source and sink.

0 commit comments

Comments
 (0)