Package edu.yu.marketmaker.config
package edu.yu.marketmaker.config
Hazelcast configuration classes for the Market Maker application.
This package contains Spring and infrastructure configuration, including:
HazelcastConfig- Configures the embedded Hazelcast instance used for distributed in-memory storage, including network discovery (multicast for development, TCP-IP/Kubernetes for production) and map store persistence via JPA.
-
Classes