A JDBC Gateway Microservice

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.
https://vanilla-java.github.io/2016/04/12/A-J-D-B-C-Gateway-Microservice.html

Comments

Popular posts from this blog

Java is Very Fast, If You Don’t Create Many Objects

System wide unique nanosecond timestamps

Comparing Approaches to Durability in Low Latency Messaging Queues