So, how do you handle versioning when you're dealing with a bunch of microservices? I'm curious about your strategy.
Botagoz Sultanbek
·10257 views
hey everyone, im wrestling with microservice versioning and wanted to see what strategies others are using. Were thinking about api versioning, but also how to handle breaking changes in message queues and internal service contracts. Do you go with url versioning, custom headers, or something else entirely. How do you manage deployments when services have different versions running. Curious to hear your battle-tested methods
33 comments