SR No | Property | Description |
---|---|---|
1 | hystrix.command.user-key.circuitBreaker.requestVolumeThreshold | This property sets the minimum number of requests in a rolling window that will trip the circuit. |
2 | hystrix.command.user-key.circuitBreaker.sleepWindowInMilliseconds | This property sets the amount of time, after tripping the circuit, to reject requests before allowing attempts again to determine if the circuit should again be closed. |
3 | hystrix.command.user-key.execution.isolation.thread.timeoutInMilliseconds | This property sets the amount of time, after tripping the circuit, to reject requests before allowing attempts again to determine if the circuit should again be closed. |
4 | server.servlet.contextPath | By default, the context path is /". If that’s not ideal and you need to change it – to something like /app_name |
5 | server.servlet.staticPath | By default, the staticPath path is /storefront". If that’s not ideal and you need to change it – to something like /app_name suffix |
6 | server.tomcat.accesslog.enabled | This property controls the tomcat logs for the boot application. |
7 | server.tomcat.accesslog.pattern | This property is used to set the pattern for writing logs in tomcat |
8 | server.tomcat.accesslog.directory | Directory in which log files are created. Can be absolute or relative to the Tomcat base dir |
9 | server.tomcat.accesslog.max-days | The maximum number of days rotated access logs will be retained for before being deleted. If not specified, the default value of 10 |
10 | server.ssl.enabled | This property controls the SSL configuration for the boot application. |
11 | server.ssl.enabled-protocols | This property holds the protocols enabled for this application, it takes comma separated values. |
12 | server.ssl.key-store | This property holds the keystore PrivateKeyEntry which will be used as the SSL certificate for the microservice. |
13 | server.ssl.key-store-password | This property holds the keystore password for opening the keystore mentioned in key-store property. |
14 | server.ssl.key-store-type | This property holds the keystore type. |
15 | server.ssl.key-alias | This property holds the keystore alias name set during the import using keytool utility. |
16 | camel.messagehistory.enabled | This property is used to enable the message history in camel |
17 | camel.component.servlet.mapping.contextPath | This property is used to map camel rest to springboot application |
18 | camel.threadpool.poolSize | It holds corePool size value |
19 | camel.threadpool.maxPoolSize | It holds maxPoolSize size value |
20 | camel.threadpool.maxQueueSize | It holds maxQueueSize size value |
21 | skava.accessControl.allowOrigin | This property is used to set allowOrigin for cors request |
22 | skava.security.enabled | This property is used to decide adding security headers in the response |
23 | skava.guestCookieExpirationTime | This property is used to set guess cookie expiration time in seconds. |
24 | skava.loginCookieExpirationTime | This property is used to set login cookie expiration time in seconds. |
25 | skava.authorization.tokenSecret | This property is used to denote the secret value for jwt |
26 | skava.environment.name | This property is used to denote the current environment |
27 | skava.secretsmanager.className | this property is used to specify which class to be used for secret management |
28 | skava.log.enabled | This property is used to enable the log component |
29 | skava.log.fileAppenderEnabled | This property is used to enable the file appender log |
30 | skava.log.fluentdAppenderEnabled | This property is used to enable/disable the fluentd file appender log |
31 | skava.log.fluentdHost | This property is used to set the hostname for fluentd server |
32 | skava.log.fluentdPort | This property is used to set the port for fluentd server |
33 | skava.log.fluentdPattern | This property is used to set the pattern for writing logs in fluentd server |
34 | skava.log.fluentdTagName | This property is used to set the tag name to be added in the logs |
35 | skava.cartOrchestrationProperties.unpaidAmountThrushhold | This property is used to set allowed un paid amount thrush hold for cart |
36 | skava.cache-control.loadCategory | This property holds the cache control header value to be returned for loadCategory call |
37 | skava.cache-control.loadProductList | This property holds the cache control header value to be returned for loadProductList call |
38 | skava.cache-control.loadProductById | This property holds the cache control header value to be returned for loadProductById call |
39 | skava.cache-control.loadSearchList | This property holds the cache control header value to be returned for loadSearchList call |
40 | skava.cache-control.loadSuggestions | This property holds the cache control header value to be returned for loadSuggestions call |
41 | skava.cache-control.loadProductBySemanticId | This property holds the cache control header value to be returned for loadProductBySemanticId call |
42 | skava.services.auth.contextPath | Microservice url whole url can be pointed here |
43 | skava.services.auth.url | Microservice url whole url can be pointed here |
44 | skava.services.auth.version | Microservice version |
45 | skava.services.user.contextPath | Microservice url whole url can be pointed here |
46 | skava.services.user.url | Microservice url whole url can be pointed here |
47 | skava.services.user.version | Microservice version |
48 | skava.services.cart.contextPath | Microservice url whole url can be pointed here |
49 | skava.services.cart.url | Microservice url whole url can be pointed here |
50 | skava.services.cart.version | Microservice version |
51 | skava.services.subscription.contextPath | Microservice url whole url can be pointed here |
52 | skava.services.subscription.url | Microservice url whole url can be pointed here |
53 | skava.services.subscription.version | Microservice version |
54 | skava.services.address.contextPath | Microservice url whole url can be pointed here |
55 | skava.services.address.url | Microservice url whole url can be pointed here |
56 | skava.services.address.version | Microservice version |
57 | skava.services.shipping.contextPath | Microservice url whole url can be pointed here |
58 | skava.services.shipping.url | Microservice url whole url can be pointed here |
59 | skava.services.shipping.version | Microservice version |
60 | skava.services.search.contextPath | Microservice url whole url can be pointed here |
61 | skava.services.search.url | Microservice url whole url can be pointed here |
62 | skava.services.search.version | Microservice version |
63 | skava.services.oms.contextPath | Microservice url whole url can be pointed here |
64 | skava.services.oms.url | Microservice url whole url can be pointed here |
65 | skava.services.oms.version | Microservice version |
66 | skava.services.foundation.contextPath | Microservice url whole url can be pointed here |
67 | skava.services.foundation.url | Microservice url whole url can be pointed here |
68 | skava.services.foundation.version | Microservice version |
69 | skava.services.payment.contextPath | Microservice url whole url can be pointed here |
70 | skava.services.payment.url | Microservice url whole url can be pointed here |
71 | skava.services.payment.version | Microservice version |
72 | skava.services.tax.contextPath | Microservice url whole url can be pointed here |
73 | skava.services.tax.url | Microservice url whole url can be pointed here |
74 | skava.services.tax.version | Microservice version |
75 | skava.services.price.contextPath | Microservice url whole url can be pointed here |
76 | skava.services.price.url | Microservice url whole url can be pointed here |
77 | skava.services.price.version | Microservice version |
78 | skava.services.catalog.contextPath | Microservice url whole url can be pointed here |
79 | skava.services.catalog.url | Microservice url whole url can be pointed here |
80 | skava.services.catalog.version | Microservice version |
81 | skava.services.accounts.contextPath | Microservice url whole url can be pointed here |
82 | skava.services.accounts.url | Microservice url whole url can be pointed here |
83 | skava.services.accounts.version | Microservice version |
84 | skava.services.inventory.contextPath | Microservice url whole url can be pointed here |
85 | skava.services.inventory.url | Microservice url whole url can be pointed here |
86 | skava.services.inventory.version | Microservice version |
87 | skava.services.list.contextPath | Microservice url whole url can be pointed here |
88 | skava.services.list.url | Microservice url whole url can be pointed here |
89 | skava.services.list.version | Microservice version |
90 | skava.services.loyalty.contextPath | Microservice url whole url can be pointed here |
91 | skava.services.loyalty.url | Microservice url whole url can be pointed here |
92 | skava.services.loyalty.version | Microservice version |
93 | skava.services.promotion.contextPath | Microservice url whole url can be pointed here |
94 | skava.services.promotion.url | Microservice url whole url can be pointed here |
95 | skava.services.promotion.version | Microservice version |
96 | skava.services.merchandise.contextPath | Microservice url whole url can be pointed here |
97 | skava.services.merchandise.url | Microservice url whole url can be pointed here |
98 | skava.services.merchandise.version | Microservice version |
99 | skava.services.ratingsreviews.contextPath | Microservice url whole url can be pointed here |
100 | skava.services.ratingsreviews.url | Microservice url whole url can be pointed here |
101 | skava.services.ratingsreviews.version | Microservice version |
102 | skava.services.feed.contextPath | Microservice url whole url can be pointed here |
103 | skava.services.feed.url | Microservice url whole url can be pointed here |
104 | skava.services.feed.version | Microservice version |
105 | skava.services.notification.contextPath | Microservice url whole url can be pointed here |
106 | skava.services.notification.url | Microservice url whole url can be pointed here |
107 | skava.services.notification.version | Microservice version |
108 | skava.cache.enabled | This property is used to enable cache |
109 | skava.cache.enableCascade | This property is used to enable cascade cache |
110 | skava.cache.useOnlyL2Cache | This property is used to enable L2 cache |
111 | skava.cache.cascadeCacheNames | This property is used to enable cascade cache by its name |
112 | skava.cache.localCache.type | Local cache type for L1 cache used in cascade cache |
113 | skava.cache.localCache.config.store.cacheSize | Local cache entry size |
114 | skava.cache.localCache.config.store.timeToLiveInSeconds | Local cache expiry time in seconds |
115 | skava.cache.localCache.config.store.maxIdleInSeconds | Local cache maximum idle time in seconds |
116 | skava.cache.redis.pool.minIdle | Target for the minimum number of idle connections to maintain in the pool. This setting only has an effect if it is positive. |
117 | skava.cache.redis.pool.maxIdle | Maximum number of 'idle' connections in the pool. Use a negative value to indicate an unlimited number of idle connections. |
118 | skava.cache.redis.pool.maxActive | Maximum number of connections that can be allocated by the pool at a given time. Use a negative value for no limit. |
119 | skava.cache.redis.cacheNames | This property is used to set the fully qualified name of the custom implementation class |
120 | skava.cache.redis.cacheNamesWithTimeToLiveMap.store | This property is used to set the cache ttl time |
121 | skava.cache.redis.clearCacheEventName | This property is used set the event name for cache clear operation |
122 | skava.cache.redis.database | Database index used by the connection factory |
123 | skava.cache.redis.enabled | This property is used to enable/disabled the redis component |
124 | skava.cache.redis.expTimeToLive | This property is used to set the expiration time for redis messages in seconds |
125 | skava.cache.redis.host | Redis server host |
126 | skava.cache.redis.password | Login password of the redis server. |
127 | skava.cache.redis.port | Redis server port |
128 | skava.cache.redis.clusterEnabled | Toggle cluster for Redis server |
129 | skava.cache.redis.cluster.maxRedirects | Maximum number of redirects to follow when executing commands across the cluster. |
130 | skava.cache.redis.cluster.nodes | Comma-separated list of 'host:port' pairs to bootstrap from. This represents an 'initial' list of cluster nodes and is required to have at least one entry |
131 | skava.cache.redis.sentinel.master | Name of the Redis server. |
132 | skava.cache.redis.sentinel.nodes | Comma-separated list of 'host:port' pairs. |
133 | skava.cache.redis.ssl | Enable/Disable Redis server ssl |
134 | skava.cache.redis.timeout | Connection timeout |
135 | skava.cache.redis.url | Connection string |
136 | skava.cache.redis.client | Client library to be used for Redis cache operations. |
137 | skava.component.http | Camel http component and http client configuration |
138 | skava.event.eventbridge.region | This property is used to set the fully qualified name of the custom implementation class |
139 | skava.event.eventbridge.eventBusName | This property is used to set the fully qualified name of the custom implementation class |
140 | skava.event.rabbitmq.ssl.enabled | This property is used to enable/disable the rabbitmq server ssl for the event component |
141 | skava.event.rabbitmq.ssl.algorithm | This property is used to set the ssl algorithm used for rabbitmq server. |
142 | skava.event.rabbitmq.cluster-enabled | This property is used to enable/disable cluster for the rabbitmq server. |
143 | skava.event.rabbitmq.addresses | This property is used to set the addresses for rabbitmq server cluster. |
144 | skava.event.defaultExchange | This property is used for camel rabbitmq component default exchange |
145 | skava.event.deleteCustomerQueue | This property is used for delete customer queue name |
146 | skava.event.deleteCustomerRetryCount | This property is used for delete customer retry count |
147 | skava.event.deleteCustomerRetryInterval | This property is used for delete customer retry interval on failure |
148 | skava.event.sendNotificationQueueEndPoint | This property is used for endpoint url for send notification messages o notification service via event |
149 | skava.event.orchestration.notification.queueName | This property is used for queue name for receiving notification messages |
150 | skava.event.orchestration.notification.routingKeys | This property is used as routing key for receiving notification messages from topic |
151 | skava.event.orchestration.notification.queueEndPoint | This property is used for endpoint url for receiving notification messages |
152 | swagger.server.domain | This property is used camel swagger to set the host for the application |
153 | swagger.server.port | This property is used camel swagger to set the port for the application |
154 | swagger.server.scheme | This property is used camel swagger to set the port for the application |
155 | spring.application.name | This property is used to set the spring boot application name |
156 | spring.cloud.zookeeper.enabled | this property is used to enable/disable the zookeeper server. |
157 | spring.cloud.zookeeper.connect-string | this property is used to located somewhere other than localhost:2181, the configuration is required to locate the server |
158 | spring.cloud.zookeeper.config.enabled | this property is used to enable/disable the zookeeper base path. |
159 | spring.cloud.zookeeper.config.root | this property is used to enable/disable the zookeeper base path. |
160 | spring.cloud.zookeeper.config.watcher.enabled | this property is used to enable/disable the zookeeper watcher. |
161 | springfox.documentation.swagger.v2.path | this property used to determine swagger doc json path |
162 | skava.security.allowedHeaders | This property is used to populate the allowed headers in the response |
163 | skava.cache.redis.username | Login username of the redis server. |
164 | ZK_REDIS_SSL_ENABLED | This property enables or disables the Redis server SSL. The default value is FALSE . |
165 | ZK_REDIS_TIMEOUT | This property holds connection timeout value of Redis in milliseconds. The default value is 10000. |
166 | ZK_REDIS_USERNAME | This property holds the login username of the Redis server. The default value is empty. |
167 | ZK_PROTOCOLS | This property enables macro support for the TLS protocol version. |
168 | ZK_REDIS_PASSWORD | This property holds the Redis password. |
169 | skava.event.rabbitmq.amqpEnabled | This property is used to enable AMQP (Advanced Message Queuing Protocol). When the value is
|
Revision History
2024-07-12 | SD – Updated the ZK properties
2023-10-16 | Updated content by doc team