Package com.eventstore.dbclient
Class ClientFeatureFlags
java.lang.Object
com.eventstore.dbclient.ClientFeatureFlags
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringEnables direct DNS name resolution, retrieving all IP addresses associated with a given hostname. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DNS_LOOKUP
Enables direct DNS name resolution, retrieving all IP addresses associated with a given hostname. This functionality was initially implemented to support the now-deprecated TCP API. It is particularly useful in scenarios involving clusters, where node discovery is enabled.- See Also:
-
-
Constructor Details
-
ClientFeatureFlags
public ClientFeatureFlags()
-