I am architecting a Java microservices middleware that will be deployed in a cloud computing provider (Azure, most likely). The tech stack I am considering is made up of the following frameworks/libraries (databases not included): -Spring -Spring Cloud -Spring Cloud Config Server -Spring Cloud Sleuth -Netflix Ribbon -Netflix Eureka -Netflix Zuul -Netflix Hystrix -Kafka Apache
My question is if it's possible to avoid using the Spring Cloud packages family, along with the Netflix ones, and replace their functionality with the services available in Azure.