In Cloud config, we store config which can be accessed by other micro services. In Eureka also we store config info. So what is the difference and when to use what?
After learning some more I understood that Eureka is not meant for storing config. It is meant for service registry and discovery. Cloud Config acts as a centralized config mechanism. Eureka on the other hand is meant so that services can discover each other without having to hard code the host and port anywhere.