File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
grabdish/inventory-python/inventory Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,10 @@ microservices complex.
19
19
20
20
## Resources
21
21
22
- * [ Oracle LiveLabs] [ LiveLabs ]
23
- * [ Workshops on Microservices] [ Workshops ]
22
+ * [ Building Microservices with Oracle Converged Database Workshop] [ Workshop ]
24
23
* [ On-Premises: Building Microservices with Oracle Converged Database Workshop] [ On-Premises-Workshop ]
25
- * [ Oracle Developer Resource Center ] [ DRC ]
26
- * [ Helidon ] [ Helidon ]
24
+ * [ Blogs ] [ Blogs ]
25
+
27
26
28
27
## License
29
28
@@ -37,3 +36,6 @@ Licensed under the Universal Permissive License v 1.0 as shown at <https://oss.o
37
36
[ DRC ] : https://developer.oracle.com
38
37
[ Helidon ] : https://helidon.io
39
38
[ On-Premises-Workshop ] : https://github.com/oracle/microservices-datadriven/tree/main/infra
39
+ [ Workshop ] : https://bit.ly/simplifymicroservices
40
+ [ Blogs] : https://blogs.oracle.com/developers/category/dev-app-dev
41
+
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ def run():
38
38
# Loop requesting inventory requests from the order queue
39
39
while True :
40
40
# Dequeue the next event from the order queue
41
- conn .begin ()
41
+ conn .autocommit = False
42
42
payload = orderQueue .deqOne ().payload
43
43
logger .debug (payload .TEXT_VC )
44
44
orderInfo = simplejson .loads (payload .TEXT_VC )
You can’t perform that action at this time.
0 commit comments