Skip to content

Commit 0c6c04c

Browse files
committed
doc: update
1 parent 2a57bc7 commit 0c6c04c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ Kubernetes, Helm, Docker
2828
2. DatabaseToRest DataStream that uses Debezium to receive the changes in a table and send them to a rest endpoint.
2929
3. SoapToDb DataStream that receives Soap requests and stores them in a database with Jpa.
3030
4. EventToFile DataStream that receives Kafka events and stores them in files on the filesystem.
31-
5. A Helm chart to deploy Kafka(KRaft), Postgresql and all the applications of the system to a Minikube Kubernestes cluster.
31+
5. A Helm chart to deploy Kafka(KRaft), Postgresql and all the applications of the system to a Minikube Kubernetes cluster.
3232

3333
## Mission Statement
3434

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

0 commit comments

Comments
 (0)