The following table describes the ZooKeeper properties for the Feed Job microservice:
S.NOPROPERTYDESCRIPTION
1hystrix.command.user-key.circuitBreaker.requestVolumeThresholdThis property sets the minimum number of requests in a rolling window that will trip the circuit.
2hystrix.command.user-key.circuitBreaker.sleepWindowInMillisecondsThis 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. This property works together with the property hystrix.command.user-key.circuitBreaker.requestVolumeThreshold.
3hystrix.command.user-key.execution.isolation.thread.timeoutInMillisecondsThis 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.
4skava.event.enabledThis property is used to enable/disable the event component.
5skava.event.classNameThis property is used to set the fully qualified name of the custom implementation class.
6skava.event.externalClassNameThis property is used to set the fully qualified name of the custom implementation class.
7skava.event.enableExternalEventThis property is used to enable/disable the external event component.
8skava.event.externalFatEventClassThis property is used to set the fully qualified name of the custom implementation class.
9skava.event.enableFatEventThis property is used to enable/disable the fat event.
10skava.event.eventbridge.regionThis property is used to set the fully qualified name of the custom implementation class.
11skava.event.eventbridge.eventBusNameThis property is used to set the fully qualified name of the custom implementation class.
12skava.event.rabbitmq.ssl.enabledThis property is used to enable/disable the rabbitmq server ssl for the event component.
13skava.event.rabbitmq.ssl.algorithmThis property is used to set the ssl algorithm used for rabbitmq server.
14skava.event.rabbitmq.enabledThis property is used to enable/disable the rabbitmq server for the event component.
15skava.event.rabbitmq.classNameThis property is used to set the fully qualified name of the custom implementation class.
16skava.event.rabbitmq.concurrentConsumersThis property is used to set the maximum allowed concurrent consumers.
17skava.event.rabbitmq.hostThis property is used to set the host for RabbitMQ server.
18skava.event.rabbitmq.userNameThis property is used to set the username for RabbitMQ server.
19skava.event.rabbitmq.passwordThis property is used to set password for RabbitMQ server.
20skava.event.rabbitmq.portThis property is used to set the port for RabbitMQ server.
21skava.event.rabbitmq.queueNameThis property is used to set the queue name used by the event component.
22skava.event.rabbitmq.routingKeyThis property is used to set the routing key for RabbitMQ server.
23skava.event.rabbitmq.topicExchangeThis property is used to set the topic exchange for RabbitMQ server.
24skava.event.rabbitmq.virtualHostThis property is used to set the virtual host for RabbitMQ server.
25skava.event.merchandise.topicExchangeThis property is used to set the topic exchange for RabbitMQ server.
26skava.event.merchandise.routingKeyThis property is used to set the routing key for RabbitMQ server.
27skava.event.merchandise.queueNameThis property is used to set the queue name used by the event component.
28skava.event.price.topicExchangeThis property is used to set the topic exchange for RabbitMQ server.
29skava.event.price.routingKeyThis property is used to set the routing key for RabbitMQ server.
30skava.event.price.queueNameThis property is used to set the queue name used by the event component.
31skava.services.loyalty.url.getTransactionsThis property is used to get a transaction URL value in the Loyalty service.
32skava.services.loyalty.url.postTransactionThis property is used to create a post transaction URL value in the Loyalty service.
33skava.services.payment.url.getPaymentsThis property is used to get a payment URL value in the Payment service.
34skava.search.liveEnvironmentThis property is used to identify the live environment and authoring environment.
35skava.search.solr.userNameThis property is used to connect to the Solr.
36skava.search.solr.passwordThis property is used to connect to the Solr.
37skava.search.scp.userNameThis property is used to define the scp userName.
38skava.search.scp.passwordThis property is used to define the scp password.
39skava.searchlive.liveEnvironmentThis property is used identify the live environment and authoring environment.
40skava.searchlive.solr.userNameThis property is used to connect to the Solr.
41skava.searchlive.solr.passwordThis property is used to connect to the Solr.
42skava.searchlive.scp.userNameThis property is used to define the scp userName.
43skava.searchlive.scp.passwordThis property is used to define the scp password.
44skava.hibernate.price.initialPoolSizeThis property contains the number of connections a pool tries to acquire upon startup. The default value is 3.
45skava.hibernate.price.acquireIncrementThis property determines how many connections at a time c3p0 tries to acquire when the pool is exhausted. The default value is 3.
46skava.hibernate.price.c3p0MinSizeThis propery holds the minimum number of JDBC connections in the pool. The default hibernate value is 1.
47skava.hibernate.price.c3p0MaxSizeThis propery holds the maximum number of JDBC connections in the pool. The default hibernate value is 100.
48skava.hibernate.price.c3p0TimeoutThis property holds the pool’s idle connection timeout post which the connection is removed from the pool. The value mentioned here is in seconds. The value of 0 indicates that idle connections never expires.
49skava.hibernate.price.c3p0MaxStatementsThis property holds the number of prepared statements that be cached, i.e., c3p0‘s global PreparedStatement cache. This controls the total number of statements cached, for all connections. The default value is 0, which means caching is disabled.
50skava.hibernate.price.c3p0IdleTestPeriodThis property holds the idle time (in seconds) before a connection is validated automatically. If the given number is greater than 0, the Hybernate connection pool c3p0 tests all idle connections pooled, but validates the connections for every number of seconds.
51skava.hibernate.price.batchSizeThis property is used to query batch size to insert or update.
52skava.hibernate.pricelive.initialPoolSizeThis property contains the number of connections a pool tries to acquire upon startup. The default value is 3.
53skava.hibernate.pricelive.acquireIncrementThis property determines how many connections at a time c3p0 tries to acquire when the pool is exhausted. The default value is 3.
54skava.hibernate.pricelive.c3p0MinSizeThis propery holds the minimum number of JDBC connections in the pool. The default hibernate value is 1.
55skava.hibernate.pricelive.c3p0MaxSizeThis propery holds the maximum number of JDBC connections in the pool. The default hibernate value is 100.
56skava.hibernate.pricelive.c3p0TimeoutThis property holds the pool’s idle connection timeout post which the connection is removed from the pool. The value mentioned here is in seconds. The value of 0 indicates that idle connections never expires.
57skava.hibernate.pricelive.c3p0MaxStatementsThis property holds the number of prepared statements that be cached, i.e., c3p0‘s global PreparedStatement cache. This controls the total number of statements cached, for all connections. The default value is 0, which means caching is disabled.
58skava.hibernate.pricelive.c3p0IdleTestPeriodThis property holds the idle time (in seconds) before a connection is validated automatically. If the given number is greater than 0, the Hybernate connection pool c3p0 tests all idle connections pooled, but validates the connections for every number of seconds.
59skava.hibernate.pricelive.batchSizeThis property is used to query batch size to insert or update.
60skava.hibernate.inventory.initialPoolSizeThis property contains the number of connections a pool tries to acquire upon startup. The default value is 3.
61skava.hibernate.inventory.acquireIncrementThis property determines how many connections at a time c3p0 tries to acquire when the pool is exhausted. The default value is 3.
62skava.hibernate.inventory.c3p0MinSizeThis propery holds the minimum number of JDBC connections in the pool. The default hibernate value is 1.
63skava.hibernate.inventory.c3p0MaxSizeThis propery holds the maximum number of JDBC connections in the pool. The default hibernate value is 100.
64skava.hibernate.inventory.c3p0TimeoutThis property holds the pool’s idle connection timeout post which the connection is removed from the pool. The value mentioned here is in seconds. The value of 0 indicates that idle connections never expires.
65skava.hibernate.inventory.c3p0MaxStatementsThis property holds the number of prepared statements that be cached, i.e., c3p0‘s global PreparedStatement cache. This controls the total number of statements cached, for all connections. The default value is 0, which means caching is disabled.
66skava.hibernate.inventory.c3p0IdleTestPeriodThis property holds the idle time (in seconds) before a connection is validated automatically. If the given number is greater than 0, the Hybernate connection pool c3p0 tests all idle connections pooled, but validates the connections for every number of seconds.
67skava.hibernate.inventory.batchSizeThis property is used to query batch size to insert or update.
68skava.hibernate.foundation.initialPoolSizeThis property contains the number of connections a pool tries to acquire upon startup. The default value is 3.
69skava.hibernate.foundation.acquireIncrementThis property determines how many connections at a time c3p0 tries to acquire when the pool is exhausted. The default value is 3.
70skava.hibernate.foundation.c3p0MinSizeThis propery holds the minimum number of JDBC connections in the pool. The default hibernate value is 1.
71skava.hibernate.foundation.c3p0MaxSizeThis propery holds the maximum number of JDBC connections in the pool. The default hibernate value is 100.
72skava.hibernate.foundation.c3p0TimeoutThis property holds the pool’s idle connection timeout post which the connection is removed from the pool. The value mentioned here is in seconds. The value of 0 indicates that idle connections never expires.
73skava.hibernate.foundation.c3p0MaxStatementsThis property holds the number of prepared statements that be cached, i.e., c3p0‘s global PreparedStatement cache. This controls the total number of statements cached, for all connections. The default value is 0, which means caching is disabled.
74skava.hibernate.foundation.c3p0IdleTestPeriodThis property holds the idle time (in seconds) before a connection is validated automatically. If the given number is greater than 0, the Hybernate connection pool c3p0 tests all idle connections pooled, but validates the connections for every number of seconds.
75skava.hibernate.foundationlive.initialPoolSizeThis property contains the number of connections a pool tries to acquire upon startup. The default value is 3.
76skava.hibernate.foundationlive.acquireIncrementThis property determines how many connections at a time c3p0 tries to acquire when the pool is exhausted. The default value is 3.
77skava.hibernate.foundationlive.c3p0MinSizeThis propery holds the minimum number of JDBC connections in the pool. The default hibernate value is 1.
78skava.hibernate.foundationlive.c3p0MaxSizeThis propery holds the maximum number of JDBC connections in the pool. The default hibernate value is 100.
79skava.hibernate.foundationlive.c3p0TimeoutThis property holds the pool’s idle connection timeout post which the connection is removed from the pool. The value mentioned here is in seconds. The value of 0 indicates that idle connections never expires.
80skava.hibernate.foundationlive.c3p0MaxStatementsThis property holds the number of prepared statements that be cached, i.e., c3p0‘s global PreparedStatement cache. This controls the total number of statements cached, for all connections. The default value is 0, which means caching is disabled.
81skava.hibernate.foundationlive.c3p0IdleTestPeriodThis property holds the idle time (in seconds) before a connection is validated automatically. If the given number is greater than 0, the Hybernate connection pool c3p0 tests all idle connections pooled, but validates the connections for every number of seconds.
82skava.hibernate.auth.initialPoolSizeThis property contains the number of connections a pool tries to acquire upon startup. The default value is 3.
83skava.hibernate.auth.acquireIncrementThis property determines how many connections at a time c3p0 tries to acquire when the pool is exhausted. The default value is 3.
84skava.hibernate.auth.c3p0MinSizeThis propery holds the minimum number of JDBC connections in the pool. The default hibernate value is 1.
85skava.hibernate.auth.c3p0MaxSizeThis propery holds the maximum number of JDBC connections in the pool. The default hibernate value is 100.
86skava.hibernate.auth.c3p0TimeoutThis property holds the pool’s idle connection timeout post which the connection is removed from the pool. The value mentioned here is in seconds. The value of 0 indicates that idle connections never expires.
87skava.hibernate.auth.c3p0MaxStatementsThis property holds the number of prepared statements that be cached, i.e., c3p0‘s global PreparedStatement cache. This controls the total number of statements cached, for all connections. The default value is 0, which means caching is disabled.
88skava.hibernate.auth.c3p0IdleTestPeriodThis property holds the idle time (in seconds) before a connection is validated automatically. If the given number is greater than 0, the Hybernate connection pool c3p0 tests all idle connections pooled, but validates the connections for every number of seconds.
89skava.hibernate.cart.initialPoolSizeThis property contains the number of connections a pool tries to acquire upon startup. The default value is 3.
90skava.hibernate.cart.acquireIncrementThis property determines how many connections at a time c3p0 tries to acquire when the pool is exhausted. The default value is 3.
91skava.hibernate.cart.c3p0MinSizeThis propery holds the minimum number of JDBC connections in the pool. The default hibernate value is 1.
92skava.hibernate.cart.c3p0MaxSizeThis propery holds the maximum number of JDBC connections in the pool. The default hibernate value is 100.
93skava.hibernate.cart.c3p0TimeoutThis property holds the pool’s idle connection timeout post which the connection is removed from the pool. The value mentioned here is in seconds. The value of 0 indicates that idle connections never expires.
94skava.hibernate.cart.c3p0MaxStatementsThis property holds the number of prepared statements that be cached, i.e., c3p0‘s global PreparedStatement cache. This controls the total number of statements cached, for all connections. The default value is 0, which means caching is disabled.
95skava.hibernate.cart.c3p0IdleTestPeriodThis property holds the idle time (in seconds) before a connection is validated automatically. If the given number is greater than 0, the Hybernate connection pool c3p0 tests all idle connections pooled, but validates the connections for every number of seconds.
96skava.hibernate.cart.batchSizeThis property is used to query batch size to insert or update.
97skava.hibernate.payment.initialPoolSizeThis property contains the number of connections a pool tries to acquire upon startup. The default value is 3.
98skava.hibernate.payment.acquireIncrementThis property determines how many connections at a time c3p0 tries to acquire when the pool is exhausted. The default value is 3.
99skava.hibernate.payment.c3p0MinSizeThis propery holds the minimum number of JDBC connections in the pool. The default hibernate value is 1.
100skava.hibernate.payment.c3p0MaxSizeThis propery holds the maximum number of JDBC connections in the pool. The default hibernate value is 100.
101skava.hibernate.payment.c3p0TimeoutThis property holds the pool’s idle connection timeout post which the connection is removed from the pool. The value mentioned here is in seconds. The value of 0 indicates that idle connections never expires.
102skava.hibernate.payment.c3p0MaxStatementsThis property holds the number of prepared statements that be cached, i.e., c3p0‘s global PreparedStatement cache. This controls the total number of statements cached, for all connections. The default value is 0, which means caching is disabled.
103skava.hibernate.payment.c3p0IdleTestPeriodThis property holds the idle time (in seconds) before a connection is validated automatically. If the given number is greater than 0, the Hybernate connection pool c3p0 tests all idle connections pooled, but validates the connections for every number of seconds.
104skava.hibernate.payment.batchSizeThis property is used to query batch size to insert or update.
105skava.hibernate.ratingsAndReviews.initialPoolSizeThis property contains the number of connections a pool tries to acquire upon startup. The default value is 3.
106skava.hibernate.ratingsAndReviews.acquireIncrementThis property determines how many connections at a time c3p0 tries to acquire when the pool is exhausted. The default value is 3.
107skava.hibernate.ratingsAndReviews.c3p0MinSizeThis propery holds the minimum number of JDBC connections in the pool. The default hibernate value is 1.
108skava.hibernate.ratingsAndReviews.c3p0MaxSizeThis propery holds the maximum number of JDBC connections in the pool. The default hibernate value is 100.
109skava.hibernate.ratingsAndReviews.c3p0TimeoutThis property holds the pool’s idle connection timeout post which the connection is removed from the pool. The value mentioned here is in seconds. The value of 0 indicates that idle connections never expires.
110skava.hibernate.ratingsAndReviews.c3p0MaxStatementsThis property holds the number of prepared statements that be cached, i.e., c3p0‘s global PreparedStatement cache. This controls the total number of statements cached, for all connections. The default value is 0, which means caching is disabled.
111skava.hibernate.ratingsAndReviews.c3p0IdleTestPeriodThis property holds the idle time (in seconds) before a connection is validated automatically. If the given number is greater than 0, the Hybernate connection pool c3p0 tests all idle connections pooled, but validates the connections for every number of seconds.
112skava.hibernate.ratingsAndReviews.batchSizeThis property is used to query batch size to insert or update.
113skava.hibernate.report.initialPoolSizeThis property contains the number of connections a pool tries to acquire upon startup. The default value is 3.
114skava.hibernate.report.acquireIncrementThis property determines how many connections at a time c3p0 tries to acquire when the pool is exhausted. The default value is 3.
115skava.hibernate.report.c3p0MinSizeThis propery holds the minimum number of JDBC connections in the pool. The default hibernate value is 1.
116skava.hibernate.report.c3p0MaxSizeThis propery holds the maximum number of JDBC connections in the pool. The default hibernate value is 100.
117skava.hibernate.report.c3p0TimeoutThis property holds the pool’s idle connection timeout post which the connection is removed from the pool. The value mentioned here is in seconds. The value of 0 indicates that idle connections never expires.
118skava.hibernate.report.c3p0MaxStatementsThis property holds the number of prepared statements that be cached, i.e., c3p0‘s global PreparedStatement cache. This controls the total number of statements cached, for all connections. The default value is 0, which means caching is disabled.
119skava.hibernate.report.c3p0IdleTestPeriodThis property holds the idle time (in seconds) before a connection is validated automatically. If the given number is greater than 0, the Hybernate connection pool c3p0 tests all idle connections pooled, but validates the connections for every number of seconds.
120skava.hibernate.shipping.initialPoolSizeThis property contains the number of connections a pool tries to acquire upon startup. The default value is 3.
121skava.hibernate.shipping.acquireIncrementThis property determines how many connections at a time c3p0 tries to acquire when the pool is exhausted. The default value is 3.
122skava.hibernate.shipping.c3p0MinSizeThis propery holds the minimum number of JDBC connections in the pool. The default hibernate value is 1.
123skava.hibernate.shipping.c3p0MaxSizeThis propery holds the maximum number of JDBC connections in the pool. The default hibernate value is 100.
124skava.hibernate.shipping.c3p0TimeoutThis property holds the pool’s idle connection timeout post which the connection is removed from the pool. The value mentioned here is in seconds. The value of 0 indicates that idle connections never expires.
125skava.hibernate.shipping.c3p0MaxStatementsThis property holds the number of prepared statements that be cached, i.e., c3p0‘s global PreparedStatement cache. This controls the total number of statements cached, for all connections. The default value is 0, which means caching is disabled.
126skava.hibernate.shipping.c3p0IdleTestPeriodThis property holds the idle time (in seconds) before a connection is validated automatically. If the given number is greater than 0, the Hybernate connection pool c3p0 tests all idle connections pooled, but validates the connections for every number of seconds.
127skava.hibernate.subscription.initialPoolSizeThis property contains the number of connections a pool tries to acquire upon startup. The default value is 3.
128skava.hibernate.subscription.acquireIncrementThis property determines how many connections at a time c3p0 tries to acquire when the pool is exhausted. The default value is 3.
129skava.hibernate.subscription.c3p0MinSizeThis propery holds the minimum number of JDBC connections in the pool. The default hibernate value is 1.
130skava.hibernate.subscription.c3p0MaxSizeThis propery holds the maximum number of JDBC connections in the pool. The default hibernate value is 100.
131skava.hibernate.subscription.c3p0TimeoutThis property holds the pool’s idle connection timeout post which the connection is removed from the pool. The value mentioned here is in seconds. The value of 0 indicates that idle connections never expires.
132skava.hibernate.subscription.c3p0MaxStatementsThis property holds the number of prepared statements that be cached, i.e., c3p0‘s global PreparedStatement cache. This controls the total number of statements cached, for all connections. The default value is 0, which means caching is disabled.
133skava.hibernate.subscription.c3p0IdleTestPeriodThis property holds the idle time (in seconds) before a connection is validated automatically. If the given number is greater than 0, the Hybernate connection pool c3p0 tests all idle connections pooled, but validates the connections for every number of seconds.
134skava.hibernate.subscription.batchSizeThis property is used to query batch size to insert or update.
135skava.hibernate.user.initialPoolSizeThis property contains the number of connections a pool tries to acquire upon startup. The default value is 3.
136skava.hibernate.user.acquireIncrementThis property determines how many connections at a time c3p0 tries to acquire when the pool is exhausted. The default value is 3.
137skava.hibernate.user.c3p0MinSizeThis propery holds the minimum number of JDBC connections in the pool. The default hibernate value is 1.
138skava.hibernate.user.c3p0MaxSizeThis propery holds the maximum number of JDBC connections in the pool. The default hibernate value is 100.
139skava.hibernate.user.c3p0TimeoutThis property holds the pool’s idle connection timeout post which the connection is removed from the pool. The value mentioned here is in seconds. The value of 0 indicates that idle connections never expires.
140skava.hibernate.user.c3p0MaxStatementsThis property holds the number of prepared statements that be cached, i.e., c3p0‘s global PreparedStatement cache. This controls the total number of statements cached, for all connections. The default value is 0, which means caching is disabled.
141skava.hibernate.user.c3p0IdleTestPeriodThis property holds the idle time (in seconds) before a connection is validated automatically. If the given number is greater than 0, the Hybernate connection pool c3p0 tests all idle connections pooled, but validates the connections for every number of seconds.
142skava.hibernate.user.batchSizeThis property is used to query batch size to insert or update.
143skava.hibernate.tax.initialPoolSizeThis property contains the number of connections a pool tries to acquire upon startup. The default value is 3.
144skava.hibernate.tax.acquireIncrementThis property determines how many connections at a time c3p0 tries to acquire when the pool is exhausted. The default value is 3.
145skava.hibernate.tax.c3p0MinSizeThis propery holds the minimum number of JDBC connections in the pool. The default hibernate value is 1.
146skava.hibernate.tax.c3p0MaxSizeThis propery holds the maximum number of JDBC connections in the pool. The default hibernate value is 100.
147skava.hibernate.tax.c3p0TimeoutThis property holds the pool’s idle connection timeout post which the connection is removed from the pool. The value mentioned here is in seconds. The value of 0 indicates that idle connections never expires.
148skava.hibernate.tax.c3p0MaxStatementsThis property holds the number of prepared statements that be cached, i.e., c3p0‘s global PreparedStatement cache. This controls the total number of statements cached, for all connections. The default value is 0, which means caching is disabled.
149skava.hibernate.tax.c3p0IdleTestPeriodThis property holds the idle time (in seconds) before a connection is validated automatically. If the given number is greater than 0, the Hybernate connection pool c3p0 tests all idle connections pooled, but validates the connections for every number of seconds.
150skava.hibernate.address.initialPoolSizeThis property contains the number of connections a pool tries to acquire upon startup. The default value is 3.
151skava.hibernate.address.acquireIncrementThis property determines how many connections at a time c3p0 tries to acquire when the pool is exhausted. The default value is 3.
152skava.hibernate.address.c3p0MinSizeThis propery holds the minimum number of JDBC connections in the pool. The default hibernate value is 1.
153skava.hibernate.address.c3p0MaxSizeThis propery holds the maximum number of JDBC connections in the pool. The default hibernate value is 100.
154skava.hibernate.address.c3p0TimeoutThis property holds the pool’s idle connection timeout post which the connection is removed from the pool. The value mentioned here is in seconds. The value of 0 indicates that idle connections never expires.
155skava.hibernate.address.c3p0MaxStatementsThis property holds the number of prepared statements that be cached, i.e., c3p0‘s global PreparedStatement cache. This controls the total number of statements cached, for all connections. The default value is 0, which means caching is disabled.
156skava.hibernate.address.c3p0IdleTestPeriodThis property holds the idle time (in seconds) before a connection is validated automatically. If the given number is greater than 0, the Hybernate connection pool c3p0 tests all idle connections pooled, but validates the connections for every number of seconds.
157skava.hibernate.search.initialPoolSizeThis property contains the number of connections a pool tries to acquire upon startup. The default value is 3.
158skava.hibernate.search.acquireIncrementThis property determines how many connections at a time c3p0 tries to acquire when the pool is exhausted. The default value is 3.
159skava.hibernate.search.c3p0MinSizeThis propery holds the minimum number of JDBC connections in the pool. The default hibernate value is 1.
160skava.hibernate.search.c3p0MaxSizeThis propery holds the maximum number of JDBC connections in the pool. The default hibernate value is 100.
161skava.hibernate.search.c3p0TimeoutThis property holds the pool’s idle connection timeout post which the connection is removed from the pool. The value mentioned here is in seconds. The value of 0 indicates that idle connections never expires.
162skava.hibernate.search.c3p0MaxStatementsThis property holds the number of prepared statements that be cached, i.e., c3p0‘s global PreparedStatement cache. This controls the total number of statements cached, for all connections. The default value is 0, which means caching is disabled.
163skava.hibernate.search.c3p0IdleTestPeriodThis property holds the idle time (in seconds) before a connection is validated automatically. If the given number is greater than 0, the Hybernate connection pool c3p0 tests all idle connections pooled, but validates the connections for every number of seconds.
164skava.hibernate.searchlive.initialPoolSizeThis property contains the number of connections a pool tries to acquire upon startup. The default value is 3.
165skava.hibernate.searchlive.acquireIncrementThis property determines how many connections at a time c3p0 tries to acquire when the pool is exhausted. The default value is 3.
166skava.hibernate.searchlive.c3p0MinSizeThis propery holds the minimum number of JDBC connections in the pool. The default hibernate value is 1.
167skava.hibernate.searchlive.c3p0MaxSizeThis propery holds the maximum number of JDBC connections in the pool. The default hibernate value is 100.
168skava.hibernate.searchlive.c3p0TimeoutThis property holds the pool’s idle connection timeout post which the connection is removed from the pool. The value mentioned here is in seconds. The value of 0 indicates that idle connections never expires.
169skava.hibernate.searchlive.c3p0MaxStatementsThis property holds the number of prepared statements that be cached, i.e., c3p0‘s global PreparedStatement cache. This controls the total number of statements cached, for all connections. The default value is 0, which means caching is disabled.
170skava.hibernate.searchlive.c3p0IdleTestPeriodThis property holds the idle time (in seconds) before a connection is validated automatically. If the given number is greater than 0, the Hybernate connection pool c3p0 tests all idle connections pooled, but validates the connections for every number of seconds.
171skava.hibernate.searchlive.batchSizeThis property is used to query batch size to insert or update.
172skava.hibernate.notification.initialPoolSizeThis property contains the number of connections a pool tries to acquire upon startup. The default value is 3.
173skava.hibernate.notification.acquireIncrementThis property determines how many connections at a time c3p0 tries to acquire when the pool is exhausted. The default value is 3.
174skava.hibernate.notification.c3p0MinSizeThis propery holds the minimum number of JDBC connections in the pool. The default hibernate value is 1.
175skava.hibernate.notification.c3p0MaxSizeThis propery holds the maximum number of JDBC connections in the pool. The default hibernate value is 100.
176skava.hibernate.notification.c3p0TimeoutThis property holds the pool’s idle connection timeout post which the connection is removed from the pool. The value mentioned here is in seconds. The value of 0 indicates that idle connections never expires.
177skava.hibernate.notification.c3p0MaxStatementsThis property holds the number of prepared statements that be cached, i.e., c3p0‘s global PreparedStatement cache. This controls the total number of statements cached, for all connections. The default value is 0, which means caching is disabled.
178skava.hibernate.notification.c3p0IdleTestPeriodThis property holds the idle time (in seconds) before a connection is validated automatically. If the given number is greater than 0, the Hybernate connection pool c3p0 tests all idle connections pooled, but validates the connections for every number of seconds.
179skava.hibernate.account.initialPoolSizeThis property contains the number of connections a pool tries to acquire upon startup. The default value is 3.
180skava.hibernate.account.acquireIncrementThis property determines how many connections at a time c3p0 tries to acquire when the pool is exhausted. The default value is 3.
181skava.hibernate.account.c3p0MinSizeThis propery holds the minimum number of JDBC connections in the pool. The default hibernate value is 1.
182skava.hibernate.account.c3p0MaxSizeThis propery holds the maximum number of JDBC connections in the pool. The default hibernate value is 100.
183skava.hibernate.account.c3p0TimeoutThis property holds the pool’s idle connection timeout post which the connection is removed from the pool. The value mentioned here is in seconds. The value of 0 indicates that idle connections never expires.
184skava.hibernate.account.c3p0MaxStatementsThis property holds the number of prepared statements that be cached, i.e., c3p0‘s global PreparedStatement cache. This controls the total number of statements cached, for all connections. The default value is 0, which means caching is disabled.
185skava.hibernate.account.c3p0IdleTestPeriodThis property holds the idle time (in seconds) before a connection is validated automatically. If the given number is greater than 0, the Hybernate connection pool c3p0 tests all idle connections pooled, but validates the connections for every number of seconds.
186skava.hibernate.accountlive.initialPoolSizeThis property contains the number of connections a pool tries to acquire upon startup. The default value is 3.
187skava.hibernate.accountlive.acquireIncrementThis property determines how many connections at a time c3p0 tries to acquire when the pool is exhausted. The default value is 3.
188skava.hibernate.accountlive.c3p0MinSizeThis propery holds the minimum number of JDBC connections in the pool. The default hibernate value is 1.
189skava.hibernate.accountlive.c3p0MaxSizeThis propery holds the maximum number of JDBC connections in the pool. The default hibernate value is 100.
190skava.hibernate.accountlive.c3p0TimeoutThis property holds the pool’s idle connection timeout post which the connection is removed from the pool. The value mentioned here is in seconds. The value of 0 indicates that idle connections never expires.
191skava.hibernate.accountlive.c3p0MaxStatementsThis property holds the number of prepared statements that be cached, i.e., c3p0‘s global PreparedStatement cache. This controls the total number of statements cached, for all connections. The default value is 0, which means caching is disabled.
192skava.hibernate.accountlive.c3p0IdleTestPeriodThis property holds the idle time (in seconds) before a connection is validated automatically. If the given number is greater than 0, the Hybernate connection pool c3p0 tests all idle connections pooled, but validates the connections for every number of seconds.
193skava.mongo.catalog.enabledThis property is used to enable the MongoDB component.
194skava.mongo.catalog.uriThis property is used to connect to the MongoDB server.
195skava.mongo.catalog.databaseThis property is used to refer to the MongoDB name.
196skava.mongo.cataloglive.enabledThis property is used to enable the MongoDB component.
197skava.mongo.cataloglive.uriThis property is used to connect to the MongoDB server.
198skava.mongo.cataloglive.databaseThis property is used to refer to the MongoDB name.
199skava.mongo.feed.enabledThis property is used to enable the MongoDB component
200skava.mongo.feed.uriThis property is used to connect to the MongoDB server.
201skava.mongo.feed.databaseThis property is used to refer to the MongoDB name.
202skava.mongo.dataimportsolr.enabledThis property is used to enable the MongoDB component.
203skava.mongo.dataimportsolr.uriThis property is used to connect to the MongoDB server.
204skava.mongo.dataimportsolr.databaseThis property is used to refer to the MongoDB name.
205skava.mongo.merchandise.enabledThis property is used to enable the MongoDB component.
206skava.mongo.merchandise.uriThis property is used to connect to the MongoDB server.
207skava.mongo.merchandise.databaseThis property is used to refer to the MongoDB name.
208skava.mongo.merchandiselive.enabledThis property is used to enable the MongoDB component.
209skava.mongo.merchandiselive.uriThis property is used to connect to the MongoDB server.
210skava.mongo.merchandiselive.databaseThis property is used to refer to the MongoDB name.
211skava.mongo.promotion.enabledThis property is used to enable the MongoDB component.
212skava.mongo.promotion.uriThis property is used to connect to the MongoDB server.
213skava.mongo.promotion.databaseThis property is used to refer to the MongoDB name.
214skava.mongo.promotionlive.enabledThis property is used to enable the MongoDB component.
215skava.mongo.promotionlive.uriThis property is used to connect to the MongoDB server.
216skava.mongo.promotionlive.databaseThis property is used to refer to the MongoDB name.
217skava.mongo.oms.enabledThis property is used to enable the MongoDB component.
218skava.mongo.oms.uriThis property is used to connect to the MongoDB server.
219skava.mongo.oms.databaseThis property is used to refer to the MongoDB name.
220skava.mongo.loyalty.enabledThis property is used to enable the MongoDB component.
221skava.mongo.loyalty.uriThis property is used to connect to the MongoDB server.
222skava.mongo.loyalty.databaseThis property is used to refer to the MongoDB name.
223skava.mongo.list.enabledThis property is used to enable the MongoDB component.
224skava.mongo.list.uriThis property is used to connect to the MongoDB server.
225skava.mongo.list.databaseThis property is used to refer to the MongoDB name.
226skava.secretsmanager.classNamethis property is used to specify which class to be used for the secret management.
227skava.cache.enabledThis property is used to enable cache.
228skava.cache.enableCascadeThis property is used to enable cascade cache.
229skava.cache.useOnlyL2CacheThis property is used to enable L2 cache.
230skava.cache.cascadeCacheNamesThis property is used to enable cascade cache by its name.
231skava.cache.localCache.typeThis property sets the local cache type for L1 cache used in the cascade cache (uses both in-memory cache and server-side cache using Redis).
232skava.cache.stepLevel.inventory.queryCacheEnabledThis property is used to enable batch step level cache.
233skava.cache.redis.clusterEnabledThis property enables or disables the cluster of the Redis server.
234skava.cache.redis.cacheNamesThis property is used to set the fully qualified name of the custom implementation class.
235skava.cache.redis.clearCacheEventNameThis property is used to set the event name for cache clear operation.
236skava.cache.redis.cluster.maxRedirectsThis property contains the maximum number of redirects to follow when executing commands across the clusters of the Redis server.
237skava.cache.redis.cluster.nodesThis property indicates the 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.
238skava.cache.redis.databaseThis property holds the Redis database index used by the connection factory.
239skava.cache.redis.enabledThis property is used to enable/disabled the redis component.
240skava.cache.redis.expTimeToliveThis property is used to set the expiration time for redis messages.
241skava.cache.redis.hostThis property holds the Redis server's hostname/IP for caching objects.
242skava.cache.redis.passwordThis property holds the password for connecting to the Redis server. This is required if the authentication is enabled for the Redis server. It is recommended to enable (that is, setting the value true) for the production cache server environment.
243skava.cache.redis.portThis property holds the Redis server's port for the application to connect for both read and write cache operations.
244skava.cache.redis.sentinel.masterThis property contains the name of the Redis server.
245skava.cache.redis.sentinel.nodesThis property indicates the comma-separated list of 'host:port' pairs.
246skava.cache.redis.sslThis property enables or disables the SSL in the Redis server:
  • true - If SSL is enabled in the Redis server.
  • false - If SSL is not enabled in the Redis server.
247skava.cache.redis.timeoutThis property holds the connection timeout value of all Redis connections for both read and write operations.
248skava.cache.redis.urlThis property specifies the URL of the Redis server.
249skava.cache.redis.maxTimeToliveThis property holds the expiration time of Redis entries, that is, the maximum time the objects are requested to be held in the Redis server. Using this property, you can request Redis server to hold the objects for a specified time, but it is the LRU/LCU, which determines how long an entry survives in the cache.
250skava.cache.redis.pool.minIdleThis property holds the minimum number of idle connections to maintain in the pool. This setting only has an effect if it is positive.
251skava.cache.redis.pool.maxIdleThis property holds the maximum number of idle connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
252skava.cache.redis.pool.maxActiveThis property holds the maximum number of connections that can be allocated by the pool at a given time. Use a negative value for no limit.
253skava.cache.redis.clientThis property represents the type of client for redis connection.
254skava.contentrepository.defaultImplClassThis property specifies the name of the default class used to select a content repository, which specifies the type of storage.
255skava.contentrepository.enabledThis property enables or disables a content repository. The value true enables a content repository.
256skava.contentrepository.urlEncodedThis property enables or disables the URL encoding of the content repository.
257skava.contentrepository.properties.cloudFrontDomainThis property sets the cloud front domain of the content repository. It is used to fetch the object from the s3 bucket.
258skava.contentrepository.properties.s3BucketThis property sets the S3 bucket of the content repository.
259skava.contentrepository.properties.s3RegionThis property sets the S3 region of the content repository.
260skava.resttemplate.cookiePolicyThis property is used to ignore cookies.
261skava.resttemplate.cxn-timeout-m-secThis property is used to set connection timeout in milliseconds.
262skava.resttemplate.readTimeoutThis property is used to set to read timeout in milliseconds.
263skava.resttemplate.cxnPoolSizeThis property is used to set the connection pool size.
264skava.resttemplate.defaultMaxPerRouteThis property is used to set the total number of concurrent connections to a specific route, which is 2 by default.
265skava.resttemplate.enabledThis property is used to enable the resttemplate component.
266skava.resttemplate.handleRedirectsThis property is used to enable the redirects for resttemplate component.
267skava.resttemplate.ignore-invalid-h-t-t-p-s-certThis property is used to enable/disable invalid HTTPS certificate.
268skava.resttemplate.keyPassThis property is used to set the password for keystore.
269skava.resttemplate.p12FileThis property is used to set the p12 file path.
270skava.resttemplate.supportedProtocolsThis property is used to set the protocols for HTTP calls.
271skava.ratingsAndReviews.profanityThis property is used to check profanity.
272skava.rabbitListener.enabledThis property is used to enable the listener feeds.
273skava.rabbitListener.queueNameThis property is used to set listener queue name.
274skava.rabbitListener.exchangeThis property is used to set ecomm name.
275skava.rabbitListener.merchandise.queueNameThis property is used to set merchandise listener queue name.
276skava.rabbitListener.merchandise.exchangeThis property is used to set listener exchange name.
277skava.rabbitListener.catalogb2b.queueNameThis property is used to set catalog B2B listener queue name.
278skava.rabbitListener.catalogb2b.exchangeThis property is used to set listener exchange name.
279skava.rabbitListener.price.queueNameThis property is used to set price event listener queue name.
280skava.rabbitListener.price.exchangeThis property is used to set price event listener exchange name.
281skava.rabbitListener.pricerule.queueNameThis property is used to set price rule event listener queue name.
282skava.rabbitListener.pricerule.exchangeThis property is used to set price rule event listener exchange name.
283skava.springbatch.notification.notificationRoutingKeyThis property is used to set routingkey for notificationQueue.
284skava.springbatch.notification.notificationExchangeThis property is used to set exchange for notificationQueue.
285skava.springbatch.batchconfig.importandapproval.chunkSizeThis property is used to set a chunk size for all the imports.
286skava.springbatch.batchconfig.importandapproval.enableListenerThis property is used to enable/disable RabbitMQ message creation while doing import or approval.
287skava.springbatch.batchconfig.catalogeventpublisher.maxPoolSizeThis property is used to set maximum pool size.
288skava.springbatch.batchconfig.catalogeventpublisher.corePoolSizeThis property is used to set current running threads.
289skava.springbatch.batchconfig.catalogeventpublisher.concurrencyLimitThis property is used to set a concurrency limit.
290skava.springbatch.batchconfig.catalogeventpublisher.chunkSizeThis property is used to set a chunk size.
291skava.springbatch.batchconfig.priceeventpublisher.maxPoolSizeThis property is used to set maximum pool size.
292skava.springbatch.batchconfig.priceeventpublisher.corePoolSizeThis property is used to set current running threads.
293skava.springbatch.batchconfig.priceeventpublisher.concurrencyLimitThis property is used to set a concurrency limit.
294skava.springbatch.batchconfig.priceeventpublisher.chunkSizeThis property is used to set a chunk size.
295skava.springbatch.batchconfig.merchandiseeventpublisher.maxPoolSizeThis property is used to set maximum pool size.
296skava.springbatch.batchconfig.merchandiseeventpublisher.corePoolSizeThis property is used to set current running threads.
297skava.springbatch.batchconfig.merchandiseeventpublisher.concurrencyLimitThis property is used to set a concurrency limit.
298skava.springbatch.batchconfig.merchandiseeventpublisher.chunkSizeThis property is used to set a chunk size.
299skava.springbatch.batchconfig.merchimportandapproval.chunkSizeThis property is used to set a chunk size for all the imports.
300skava.springbatch.batchconfig.merchimportandapproval.enableListenerThis property is used to enable/disable RabbitMQ message creation while doing import or approval.
301skava.springbatch.batchconfig.merchandise.merchimport.chunkSizeThis property is used to set a chunk size for all the imports.
302skava.springbatch.batchconfig.merchandise.merchimport.enableListenerThis property is used to enable/disable rabbitmq message creation while doing import.
303skava.springbatch.batchconfig.merchandise.merchexport.chunkSizeThis property is used to set a chunk size for all the imports.
304skava.springbatch.batchconfig.merchandise.merchexport.enableListenerThis property is used to enable/disable RabbitMQ message creation while doing import.
305skava.springbatch.batchconfig.merchandise.merchapproval.chunkSizeThis property is used to set a chunk size for all the imports.
306skava.springbatch.batchconfig.merchandise.merchapproval.enableListenerThis property is used to enable/disable RabbitMQ message creation while doing import.
307skava.springbatch.batchconfig.price.priceImport.chunkSizeThis property is used to set a chunk size for the imports.
308skava.springbatch.batchconfig.price.priceExport.chunkSizeThis property is used to set a chunk size for the export.
309skava.springbatch.batchconfig.price.priceExport.pageableChunkSizeThis property is used to set pageable chunk size for the export.
310skava.springbatch.batchconfig.price.priceApproval.chunkSizeThis property is used to set a chunk size for all the imports.
311skava.springbatch.batchconfig.price.priceApproval.enableListenerThis property is used to enable/disable RabbitMQ message creation while doing import or approval.
312skava.springbatch.batchconfig.price.priceListClone.chunkSizeThis property is used to set a chunk size for all the priceListClone.
313skava.springbatch.batchconfig.search.searchPublish.chunkSizeThis property is used to set pageable chunk size for the searchPublish.
314skava.springbatch.batchconfig.catalog.catalogMapping.chunkSizeThis property is used to set pageable chunk size for the imports.
315skava.springbatch.batchconfig.catalog.catalogExport.chunkSizeThis property is used to set pageable chunk size for the export.
316skava.springbatch.batchconfig.catalog.modelValueExport.chunkSizeThis property is used to set pageable chunk size for all the imports.
317skava.springbatch.batchconfig.catalog.catalogApproval.chunkSizeThis property is used to set a chunk size for all the imports.
318skava.springbatch.batchconfig.catalog.catalogApproval.enableListenerThis property is used to enable/disable RabbitMQ message creation while doing import or approval.
319skava.springbatch.batchconfig.catalog.catalogImport.chunkSizeThis property is used to set a chunk size for all the imports.
320skava.springbatch.batchconfig.catalog.catalogImport.enableListenerThis property is used to enable/disable RabbitMQ message creation while doing import or approval.
321skava.springbatch.batchconfig.catalog.modelValueImport.chunkSizeThis property is used to set a chunk size for all the imports.
322skava.springbatch.batchconfig.promotion.promotionlistupload.chunkSizeThis property is used to set a chunk size.
323skava.springbatch.batchconfig.promotion.promotionlistdownload.chunkSizeThis property is used to set a chunk size.
324skava.springbatch.batchconfig.promotion.promocodesupload.chunkSizeThis property is used to set a chunk size.
325skava.springbatch.batchconfig.promotion.promocodesdownload.chunkSizeThis property is used to set a chunk size.
326skava.springbatch.batchconfig.promotion.promocodesgenerate.chunkSizeThis property is used to set a chunk size.
327skava.springbatch.batchconfig.loyaltycyclecalculation.maxPoolSizeThis property is used to set maximum pool size.
328skava.springbatch.batchconfig.loyaltycyclecalculation.corePoolSizeThis property is used to set current running threads.
329skava.springbatch.batchconfig.loyaltycyclecalculation.concurrencyLimitThis property is used to set a concurrency limit.
330skava.springbatch.batchconfig.loyaltycyclecalculation.chunkSizeThis property is used to set a chunk size.
331skava.springbatch.batchconfig.loyaltytransactionexpiry.maxPoolSizeThis property is used to set maximum pool size.
332skava.springbatch.batchconfig.loyaltytransactionexpiry.corePoolSizeThis property is used to set current running threads.
333skava.springbatch.batchconfig.loyaltytransactionexpiry.concurrencyLimitThis property is used to set a concurrency limit.
334skava.springbatch.batchconfig.loyaltytransactionexpiry.chunkSizeThis property is used to set a chunk size.
335skava.springbatch.batchconfig.loyaltypointsexpiry.maxPoolSizeThis property is used to set maximum pool size.
336skava.springbatch.batchconfig.loyaltypointsexpiry.corePoolSizeThis property is used to set current running threads.
337skava.springbatch.batchconfig.loyaltypointsexpiry.concurrencyLimitThis property is used to set a concurrency limit.
338skava.springbatch.batchconfig.loyaltypointsexpiry.chunkSizeThis property is used to set a chunk size.
339skava.springbatch.batchconfig.loyaltypointsexport.maxPoolSizeThis property is used to set maximum pool size.
340skava.springbatch.batchconfig.loyaltypointsexport.corePoolSizeThis property is used to set current running threads.
341skava.springbatch.batchconfig.loyaltypointsexport.concurrencyLimitThis property is used to set a concurrency limit.
342skava.springbatch.batchconfig.loyaltypointsexport.chunkSizeThis property is used to set a chunk size.
343skava.springbatch.batchconfig.loyaltyimport.maxPoolSizeThis property is used to set maximum pool size.
344skava.springbatch.batchconfig.loyaltyimport.corePoolSizeThis property is used to set current running threads.
345skava.springbatch.batchconfig.loyaltyimport.concurrencyLimitThis property is used to set a concurrency limit.
346skava.springbatch.batchconfig.loyaltyimport.chunkSizeThis property is used to set a chunk size.
347skava.springbatch.batchconfig.loyaltyordervalue.maxPoolSizeThis property is used to set maximum pool size.
348skava.springbatch.batchconfig.loyaltyordervalue.corePoolSizeThis property is used to set current running threads.
349skava.springbatch.batchconfig.loyaltyordervalue.concurrencyLimitThis property is used to set a concurrency limit.
350skava.springbatch.batchconfig.loyaltyordervalue.chunkSizeThis property is used to set a chunk size.
351skava.springbatch.batchconfig.subscriptionfeed.chunkSizeThis property is used to set a chunk size.
352skava.springbatch.batchconfig.subscriptionfeed.deploymentEnvironmentThis property is used to describe environment for demo mode.
353skava.springbatch.batchconfig.subscriptionfeed.topicExchangeThis property is used to set orchestration exchange.
354skava.springbatch.batchconfig.subscriptionfeed.reminderRoutingKeyThis property is used to describe routing key.
355skava.springbatch.batchconfig.subscriptionfeed.paymentExpiredRoutingKeyThis property is used to describe routing key.
356skava.springbatch.batchconfig.subscriptionfeed.paymentExpiresSoonRoutingKeyThis property is used to describe routing key.
357skava.springbatch.batchconfig.subscriptionfeed.paymentExpiresNextRoutingKeyThis property is used to describe routing key.
358skava.springbatch.batchconfig.migration.chunkSizeThis property is used to set a chunk size.
359skava.springbatch.batchconfig.inventory.binImport.chunkSizeThis property is used to set a chunk size.
360skava.springbatch.batchconfig.inventory.binExport.chunkSizeThis property is used to set a chunk size.
361skava.springbatch.batchconfig.inventory.binItemImport.chunkSizeThis property is used to set a chunk size.
362skava.springbatch.batchconfig.inventory.binItemExport.chunkSizeThis property is used to set a chunk size.
363skava.springbatch.batchconfig.inventory.transactionImport.chunkSizeThis property is used to set a chunk size.
364skava.springbatch.batchconfig.inventory.transactionExport.chunkSizeThis property is used to set a chunk size.
365skava.springbatch.batchconfig.ratingsandreviews.reviewsImport.chunkSizeThis property is used to set a chunk size.
366spring.application.nameThis property is used to set the Spring Boot application name.
367spring.main.allow-circular-referencesthis property is used to enable/disable the circular references.
368spring.autoconfigure.excludeThis property is used to set the autoconfiguration exclusion classes.
369spring.datasource.urlThis property is the URL of the MySQL datasource.
370spring.datasource.driverClassNameThis property is used to connect to the MySQL DB for content repository.
371spring.datasource.hikari.maximum-pool-sizeThis property is used to set maximum pool size connections.
372spring.datasource.hikari.minimum-idleThis property is used to set minimum idle size connections.
373spring.datasource.hikari.idleTimeoutThis property controls the maximum amount of time in milliseconds that a connection is allowed to sit idle in the pool.
374spring.datasource.hikari.connectionTimeoutThis property controls the maximum number of milliseconds wait for setting up a connection from the pool.
375spring.cloud.zookeeper.enabledThis property is used to enable/disable the ZooKeeper server.
376spring.cloud.zookeeper.connect-stringThis property is used to located somewhere other than localhost:2181, the configuration is required to locate the server.
377spring.cloud.zookeeper.config.enabledThis property is used to enable/disable the ZooKeeper base path.
378spring.cloud.zookeeper.config.rootThis property is used to enable/disable the ZooKeeper base path.
379spring.cloud.zookeeper.config.watcher.enabledThis property is used to enable/disable the ZooKeeper watcher.
380server.servlet.contextPathThis property holds the Spring Boot application's context path. By default, the context path is “/”. If that’s not ideal and you need to change it – to something like /app_name, here’s the quick and simple way to do it via properties.
381server.tomcat.accesslog.enabledThis property controls the tomcat logs for the Spring Boot application.
382server.tomcat.accesslog.patternThis property is used to set the pattern for writing logs in tomcat.
383server.tomcat.accesslog.directoryThis property holds the directory details for storing access log. It can be absolute or relative to the Tomcat base directory.
384server.tomcat.accesslog.max-daysThe maximum number of days rotated access logs will be retained for before being deleted. If not specified, the default value is set to 10.
385server.ssl.enabledThis property controls the SSL configuration for the Spring Boot application.
386server.ssl.key-storeThis property holds the keystore PrivateKeyEntry which will be used as the SSL certificate for the microservice.
387server.ssl.key-store-passwordThis property holds the keystore password for opening the keystore mentioned in key-store property.
388server.ssl.key-store-typeThis property holds the keystore type.
389server.ssl.key-aliasThis property holds the keystore alias name set during the import using keytool utility.
390server.ssl.enabled-protocolsThis property holds the protocols enabled for this application, it takes comma separated values.
391ZK_REDIS_SSL_ENABLEDThis property enables or disables the Redis server SSL. The default value is FALSE.
392ZK_REDIS_TIMEOUTThis property holds connection timeout value of Redis in milliseconds.
The default value is 10000.
393ZK_REDIS_USERNAMEThis property holds the login username of the Redis server.
The default value is empty.
394ZK_PROTOCOLSThis property enables macro support for the TLS protocol version.
395ZK_REDIS_PASSWORDThis property holds the Redis password.
396skava.cache.redis.usernameThis property indicates the login username of the Redis server.
397ZK_SOLR_ENVIRONMENTVARIABLEENABLEDWhen this property is set to true for both keystore and keypassword in the environment variable for the Solr server for SSL. The default value is false.
398ZK_SOLR_SSLENABLEDThis property has a default value of false. However, when the SSL is configured for the Solr server, this property needs to be enabled as true.
399ZK_CERT_SOLR_KEYSTOREThis keystore property is required for the SSL enablement for SOLR.
400ZK_CERT_SOLR_KEYTOREPASSWORDThis keystore property is required to SSL enablement for SOLR.
401ZK_MYSQL_ENABLELIVEThis property has been enabled for the Preview and Live (Publish) features.
402endpoints.loggers.enabledThis property is used to enable or disable the logger.
403web.exposure.includeThis property is used to expose the management endpoints.
404server.max-http-header-sizeTo increase http header size we have externalize this property.
405externalEventConfig.fileHostThis property is used to set the hosting events on external website.
406externalEventConfig.tempStoragePathThis property is used to set the file path for the external events.
407skava.event.rabbitmq.amqpEnabledThis property is used to enable AMQP (Advanced Message Queuing Protocol). When the value is
  • true: The RabbitMQ is enabled.
  • false: The AMQP is enabled.
Note: To enable AMQP, contact the Infra team.
408spring.jpa.properties.hibernate.c3p0.minSizeThis property holds the minimum number of JDBC connections in the pool. The default hibernate value is 5
409spring.jpa.properties.hibernate.c3p0.maxSizeThis property holds the maximum number of JDBC connections in the pool. The default hibernate value is 10
410spring.jpa.properties.hibernate.c3p0.timeoutThis property holds the pool’s idle connection timeout post which the connection is removed from the pool. The value mentioned here is in seconds. The default hibernate value is 2000
411spring.jpa.properties.hibernate.c3p0.maxStatementsThis property holds the number of prepared statements that be cached, i.e., c3p0‘s global PreparedStatement cache. This controls the total number of statements cached, for all connections. The default value is 0.
412spring.jpa.properties.hibernate.c3p0.idleTestPeriodThis property holds the idle time (in seconds) before a connection is validated automatically. If the given number is greater than 0, the Hybernate connection pool c3p0 tests all idle connections pooled, but validates the connections for every number of seconds. The default value is 100.
413cacheClearConfigThis property is used to configure the mode of cache clearing: API, EVENT, or NONE. This property is supported in both ZooKeeper and Store configurations. It sets the default cache clear configuration. The default value is {“product”:”event”,”merch”:”event”}. For example, in the ZooKeeper property, you can configure as follows:

skava:
cache:
defaultCacheClearConfig:
defaultValue: {"product":"event","merch":"event"}
description: "This property sets the default cache clear configuration."
allowedValues:
- valid string value


Revision History
2024-12-25 | JP – Updated Release 8.17.7 properties.
2024-08-05 | SD – Updated ZK properties.
2024-07-12 | SD – Updated ZK properties.
2024-06-19 | SD – Updated ZK Properties for 8.17.0 to 8.16.0
2023-10-22 | JP – Page added and updated content for Release 8.15.4.
2023-01-06 | JP – Page added and updated content for Release 8.13.0.