We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 693e784 commit bf190acCopy full SHA for bf190ac
demo.http
@@ -0,0 +1,13 @@
1
+# Create an order in producer which creates a message to kafka
2
+# and then consumer creates a record in database.
3
+POST http://127.0.0.1:1378/orders/
4
+content-type: application/json
5
+
6
+{
7
+ "channel": 0,
8
+ "description": "hello world of cryptocurrency",
9
+ "dst_currency": 0,
10
+ "src_currency": 0
11
+}
12
13
+###
0 commit comments