################server Configuration associated with client####################33
# Open self-protection mode. No matter what the situation, the server will maintain a certain number of services. Avoid network problems between client and server, and a large number of services are cleared.
eureka.server.enable-self-preservation=true
# Enable the timed task to clear invalid services. Default 1 minute
# Indicates whether replication between cluster nodes should be batched to improve network efficiency.
eureka.server.batch-replication=false
#Allow the maximum number of replication events that are backed up to the backup pool. This backup pool is responsible for other events except status updates. This value can be set according to memory size, timeout and replication traffic.
#Old behavior of the application that is rolled back to the remote zone (if configured) If there is no instance of the application in the local zone, it will be disabled.
#remote region fetches the storage file of the registration information, and this reliable storage file needs a fully qualified name to specify
eureka.server.remote-region-trust-store=
#remote region Password of the stored file
eureka.server.remote-region-trust-store-password=
#remote region url. separated by multiple commas
eureka.server.remote-region-urls=
#remote region url. separated by multiple commas
eureka.server.remote-region-urls-with-name.
################server Configuration associated with ASG/AWS/EIP/route52################### #33
#Cache the expiration time of ASG information.
eureka.server.a-s-g-cache-expiry-timeout-ms=0
#Query the timeout time of ASG information.
eureka.server.a-s-g-query-timeout-ms=300
#Service update ASG information frequency
eureka.server.a-s-g-update-interval-ms=0
#AWSAccess ID
eureka.server.a-w-s-access-id=
#AWSSecurity Key
eureka.server.a-w-s-secret-key=
#AWSbinding strategy
eureka.server.binding-strategy=eip
#Use the name of the role that automatically extends the grouping from a third-party AWS account description.
eureka.server.list-auto-scaling-groups-role-name=
#Whether should establish a connection guide
eureka.server.prime-aws-replica-connections=true
#Number of times the server tries to bind candidate EIPs
eureka.server.e-i-p-bind-rebind-retries=3
# The time interval at which the server binds the EIP. If the binding is checked, it is re-bound if the binding fails. If and only if it is already bound
eureka.server.e-i-p-binding-retry-interval-ms=10
#Time interval at which the server binds EIP. If and only if the service is bound
#Register the application group name in the Eureka service
eureka.instance.app-group-name=
#Register the application name in the Eureka service
eureka.instance.appname=
# Unique ID of the instance registered to the service center
eureka.instance.instance-id=
#IP address of the instance
eureka.instance.ip-address=
#Instance, whether IP is preferred over hostname
eureka.instance.prefer-ip-address=false
#Group name associated with this instance for automatic extension of the AWS platform,
eureka.instance.a-s-g-name=
#Deploy the data center for this instance
eureka.instance.data-center-info=
#Default address resolution order
eureka.instance.default-address-resolution-order=
#Instance environment configuration
eureka.instance.environment=
#Initialize the instance and register to the initial state of the service center
eureka.instance.initial-status=up
# Indicate whether as long as this instance is registered to the service center, immediately communicate
eureka.instance.instance-enabled-onit=false
#The namespace of the service instance for finding attributes
eureka.instance.namespace=eureka
#The child definition metadata of the service instance can be accepted by the service center.
eureka.instance.metadata-map.test = test
#Service center deletes the waiting time (in seconds) of this service instance, and the time interval is the heartbeat time received by the last service center.
The list of comma-separated regions in the #eureka service registry information. If you do not return these regions, the client will start up with errors. The default is null
eureka.client.fetch-remote-regions-registry=
#Server is able to redirect client requests to the backup server. If set to false, the server will process the request directly, and if set to true, it may send an HTTP redirect to the client. Default is false
eureka.client.allow-redirects=false
#
eureka.client.client-data-accept=
#Incremental information can be provided to the client, the default is false
eureka.client.disable-delta=false
The #eureka server serialization/deserialization information obtains the replacement string of the "_" symbol. The default is"__"
eureka.client.escape-char-replacement=__
The #eureka server serialization/deserialization information obtains a replacement string for the "$" symbol. The default is"_-"
eureka.client.dollar-replacement="_-"
#When the server supports compression, whether to support the information obtained from the server for compression. Default is true
eureka.client.g-zip-content=true
# Whether to record the difference between the information in the registry between the eureka server and the client, the default is false
eureka.client.log-delta-diff=false
# If set to true, the client's status update will be updated on-demand to the remote server. The default is true.
eureka.client.on-demand-update-status-change=true
#This client is only interested in information about a single VIP registry. The default is null
#Get the DNS name to be queried to get the eureka server. This configuration is only used when the eureka server ip address list is in the DNS. The default is null
eureka.client.eureka-server-d-n-s-name=
#Get the port of the eureka server. This configuration is only used when the eureka server ip address list is in the DNS. The default is null
eureka.client.eureka-server-port=
# indicates the path of the eureka registration center. If it is configured as eureka, it is http://x.x.x.x:x/eureka/. Adding this configuration to the eureka configuration file indicates that eureka is registered as a client to the registration center to form an eureka cluster. This configuration is only used in the DNS address list of the eureka server. The default is null.