Skip to content

Commit e6ce456

Browse files
committed
docs: readme
1 parent da1ebbd commit e6ce456

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
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+. This project is a simpler alternative to the Spring Cloud Data Flow
6+
that are simple, efficient and based on Jdk 25+. This project is a simpler alternative to the Spring Cloud Data Flow
77
architecture. A DataStream Pipeline has a source that
88
receives changes/requests and transforms them to events that are send to Kafka. The
99
Kafka events are received by the sink and transformed to be send to the receiving
1010
system. A DataStream is one Spring Boot application providing the source and sink.
11-
The scalability and efficiency is provided by Jdk 24+ Virtual Threads(pinned Threads issue resolved).
11+
The scalability and efficiency is provided by Jdk 25+ Virtual Threads(pinned Threads issue resolved).
1212

1313
Author: Sven Loesekann
1414

@@ -33,7 +33,7 @@ Kubernetes, Helm, Docker
3333

3434
## Mission Statement
3535

36-
The project shows howto create and run DataStreams based on Jdk 24+. DataStreams are
36+
The project shows howto create and run DataStreams based on Jdk 25+. DataStreams are
3737
a single application that contains the data source that receives the requests/events/changes
3838
and turns them into Kafka events and sends them to Kafka. The sink of the DataStream
3939
receives the Kafka events and sends/stores them in the target system. The Virtual Threads

0 commit comments

Comments
 (0)