Bill O'Neil
Bill O'Neil
A big selling point for microservices is when one is performing poorly or is down entirely your other services can continue operating. The challenge there is it's almost always a...
Similar to [Managing timeouts](https://github.com/StubbornJava/StubbornJava/issues/93) we might want the ability to customize the resources for given actions to prevent critical path code from failing. - Limit the number of connections per...
A big benefit of microservices is the ability to customize configurations for different types of workloads. If your application has a lot of very fast but high throughput transactions as...
A big selling point of microservices is allowing teams to work independently by separating concerns across services. This can also be mostly achieved with monoliths through modules and controlling the...
Start monitoring metrics for OkHTTP clients using https://github.com/raskasa/metrics-okhttp. Currently, there should be the following clients * Grafana API * Github API * Global Make graphs in grafana for useful metrics.
https://github.com/StubbornJava/StubbornJava/pull/84 - Adding the CDN - CORS headers - Handlebars CDN helper
https://scotthelme.co.uk/a-new-security-header-feature-policy/