Turning JDBC into a Micro Service

A deep dive into a low latency microservice

We look at a microservice which can run in it’s own JVM, can perform JDBC updates and queries via a persistent queue for in bound request and a queue for results.
In previous posts I looked at the theory behind there low latency micro-services so lets have a look at a micro-service which can do something useful.
I would consider this a Gateway Service as it interacts with a system which is outside the microservice model.
https://vanilla-java.github.io/2016/04/12/A-J-D-B-C-Gateway-Microservice.html

Comments

Popular posts from this blog

Why You Should Tune Code Before Your Garbage Collector

Asking multiple AI to optimise the same code

Which Doc Format is Best for AI Specifications?