microservices-datadriven
microservices-datadriven copied to clipboard
Sample code of application examples to build microservices with converged Oracle database and multi-cloud / hybrid cloud services
Initial checkin of CloudBank Parse
For externalTransfers that uses AQ to implement the functionality, the msgs on the localbank Q are never deque'd even though they have been processed by the remote bank There must...
External Transfer currently correlates transactions with toAccountNum on the Debit Side and fromAccountNum on the Credit side. It would be useful to have unique Bank IDs such that the Credit...
Create a new Service that manages Notifications for Parse Cloudbank
Currently, Parse Cloudbank External Transfer implementation just send an event via AQ to the remote Bank that then deques the msg and processes the Transfer. To complete the Transfer in...
ER : Kafka / TEQ interop : TEQ to Kafka using Kafka JMS Source Connector https://kafka.apache.org/documentation/#connect
Summary of new features: - [ ] #443 - [ ] TEQ Observability : Performance metrics in Prometheus/Grafana - [ ] Multiple Shards/Consumers - Kafka JMS Source/Sink Connectors for multiple...
Enable Grabdish for OCI Resource Manager deployment
- [x] #430 : Add extended AQ/TEQ messaging support in spring boot - [x] #429 : Add oracle json support to spring (and mn) data - [x] #428 : Add...
Revisit https://spring.io/projects/spring-data-jdbc-ext (https://github.com/spring-attic/spring-data-jdbc-ext in the spring-attic ) re "using a single local transaction manager for both database and message access " and at a minimum provide examples with TEQ using...