Deployment Manual / Version 2207
Table Of ContentsThis 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 | java.lang.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 | java.util.Map<java.lang.String,java.lang.String> |
Default | |
Description | The custom entity parameters. |
commerce.hub.data.deadline
| |
Type | java.time.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. |
commerce.hub.data.endpoint-shutdown-timeout-millis
| |
Type | java.lang.Integer |
Default | 1000 |
Description | Timeout millis to be used when shutting down the data endpoints. |
commerce.hub.data.endpoints
| |
Type | java.util.Map<java.lang.String,java.lang.String> |
Default | |
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. |
Table 3.33. Commerce Hub Properties