Client Configuration
Configuration follows the Microsoft.Extensions.Configuration patterns. The Hazelcast client configuration is represented by the HazelcastOptions class.
Configuration can be provided through various sources which include configuration files, environment variables or command-line arguments.
Options that can be configured are fully documented on the options page.