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.
Comments
Post a Comment