You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suggested by @eddumelendez in #34760, it would be interesting to have service connection support for Hazelcast. Unlike other services, our auto-configuration for Hazelcast leans very heavily on separate configuration files. Specifically, there's no property that's used to provide the address of a Hazelcast instance, instead this is determined from the Hazelcast configuration file. Given this arrangement, there isn't such an obvious mapping of existing properties into connection details.
The text was updated successfully, but these errors were encountered:
We might be able to add HazelcastConnectionDetails that exposes a ClientConfig. With some changes to the auto-configuration we could then use the ClientConfig from HazelcastConnectionDetails in favor of any user-provided ClientConfig bean.
Suggested by @eddumelendez in #34760, it would be interesting to have service connection support for Hazelcast. Unlike other services, our auto-configuration for Hazelcast leans very heavily on separate configuration files. Specifically, there's no property that's used to provide the address of a Hazelcast instance, instead this is determined from the Hazelcast configuration file. Given this arrangement, there isn't such an obvious mapping of existing properties into connection details.
The text was updated successfully, but these errors were encountered: