This section lists the Commerce Adapter client properties. For the configuration of the Commerce Adapter properties themselves, see the vendor specific Commerce Adapter manuals.
commerce.hub.caching.enabled
Type
Boolean
Default
true
Description
De-/activates the commerce cache. If activated the caching is adjusted
by the related property keys in
com.coremedia.blueprint.base.livecontext.commerce-cache-defaults.properties.
commerce.hub.data.custom-entity-params
Type
Map<String,String>
Description
The custom entity parameters.
commerce.hub.data.deadline
Type
Duration
Default
20s
Description
Deadline value to be used when calling a grpc service method. After
this time, the client no longer expects an answer and cancels the
call. Default is 20 seconds. If no unit is given the value is taken as
seconds.
Timeout millis to be used when shutting down the data endpoints.
commerce.hub.data.endpoints
Type
Map<String,String>
Description
The endpoints of the commerce adapter services to connect to. Each
key-value pair represents one commerce adapter service to be
connected. The keys can freely be defined, but they should easily
identify the connected commerce system. Please refer to the java
documentation of the method
com.coremedia.blueprint.base.livecontext.client.settings.CommerceSettings#getEndpoint().
The value consists of the host name and the port of the connected
commerce adapter service.