* Reduce the default fetch request interval for kafka consumers. The purpose is to reduce network traffic and GCP costs. In time critical services (Inventory, Accounting) we must override the configuration for fetch.wait.max.ms`. 10 ms is a good value to start with for time critical services.
* Make Redis configurable from application
* Refactor the aggregate builder using the new repository interface
* Rename ESEntityBuilder to AggregateBuilder. In ES you build an aggregate, not an entity.