File tree 1 file changed +23
-0
lines changed
reactive-data-flow-systems
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ = reactive-data-flow-systems image:https://travis-ci.org/daggerok/reactive-data-flow-systems.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/reactive-data-flow-systems"]
2
+
3
+ link:https://github.com/daggerok/reactive-data-flow-systems[See this repository]
4
+
5
+ This repository is containing reactive data-flow systems integration using kafka, tailable mongodb webflux api.
6
+
7
+ .build, run and test
8
+ ----
9
+ ./gradlew # or ./mwnw
10
+ java - jar ./kafka/build/libs/*.jar # or java - jar ./kafka/target/*.jar
11
+ java - jar ./reactive-dataflow-api/build/libs/*.jar # or java - jar ./reactive-dataflow-api/target/*.jar
12
+ java - jar ./reactive-dataflow-processor/build/libs/*.jar # or java - jar ./reactive-dataflow-processor/target/*.jar
13
+ curl localhost:8083 &
14
+ http :8082 body=message1
15
+ curl localhost:8083 &
16
+ http :8082 body=message2
17
+ http :8082 body=message3
18
+ killall -9 java curl
19
+ ----
20
+
21
+ links:
22
+
23
+ . link:https://www.youtube.com/watch?v=VWefNT8Lb74[Oliver Gierke Spring data talk: Refactoring to a System of Systems]
You can’t perform that action at this time.
0 commit comments