Container for Microservice
·
38 commits
to development
since this release
- Introduces a Docker container build script with resource detection optimizations for deployment to Kubernetes.
- Binary Exponential Backoff was implemented for retries when connecting to the Redis cluster.
- The number of retries when connecting to the Redis and Cassandra clusters is now configurable from the configuration files.
- A bug was addressed with port configurations and bindings for Redis in the Docker compose file.
What's Changed
- [Config] refactored config to common code. by @surahman in #52
- [Redis] Adding example config and environment variables. by @surahman in #53
- [Redis] [Cassandra] Connection Binary Exponential Backoff. by @surahman in #55
- [Docs] Schema Migration Details. by @surahman in #56
- [Docker] Build Container for Microservice Deployment. by @surahman in #54
Full Changelog: release_v1.5.0...release_v1.6.0