We have a spring boot microservice project generated by jhipster. Jhipster built integrated consul for us, and we haven't really touched it since then. We are moving to a new deployment with RedShift, which should handle service discovery and other tasks which consul was doing, but all of our services are still dependent on consul.
Is it possible for consul and redshift to play nice? Does one interfere with the other? It seems to me that consul would bottleneck all traffic, but I can't find any sources suggesting that they are competing techs. If there is a conflict, can we refactor the consul integration to work with redshift instead?