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.
1919
2020## Resources
2121
22- * [ Oracle LiveLabs] [ LiveLabs ]
23- * [ Workshops on Microservices] [ Workshops ]
22+ * [ Building Microservices with Oracle Converged Database Workshop] [ Workshop ]
2423* [ 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+
2726
2827## License
2928
@@ -37,3 +36,6 @@ Licensed under the Universal Permissive License v 1.0 as shown at <https://oss.o
3736[ DRC ] : https://developer.oracle.com
3837[ Helidon ] : https://helidon.io
3938[ 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():
3838 # Loop requesting inventory requests from the order queue
3939 while True :
4040 # Dequeue the next event from the order queue
41- conn .begin ()
41+ conn .autocommit = False
4242 payload = orderQueue .deqOne ().payload
4343 logger .debug (payload .TEXT_VC )
4444 orderInfo = simplejson .loads (payload .TEXT_VC )
You can’t perform that action at this time.
0 commit comments