Skip to main content
Microservice architecture: Using Java thread locals and Tomcat/Spring capabilities for automated information propagation ArchitectureJavaSpring Boot

Microservice architecture: Using Java thread locals and Tomcat/Spring capabilities for automated information propagation

Inter-microservice communication has always brought questions and challenges to software architects. For example, when it comes to propagating certain information (via HTTP-headers for instance) through a whole chain of calls in the scope of one transaction, we want this to happen outside of the microservices' business logic. We do not…
Kiril Pepovski
15.04.2022
Automated process with Bitbucket Pipelines for quick and easy creation of custom Docker images AutomationBitbucketCI/CDDockerGoogle Cloud PlatformInfrastructureTechnology

Automated process with Bitbucket Pipelines for quick and easy creation of custom Docker images

Improve and automate the process of creating Docker Images, using Bitbucket Pipelines and GCP-Artifact Registry. Let's have a look at the provided step by step example of how to prepare and create this process.