The following table describes the ZooKeeper properties for the Payment microservice:
SL.NO | PROPERTY | DESCRIPTION |
---|---|---|
1 | server.ssl.enabled | This property controls the SSL configuration for the Boot application. |
2 | server.ssl.enabled-protocols | This property holds the protocols enabled for this application, it takes comma separated values. |
3 | server.ssl.key-alias | This property holds the key store alias name set during the import using keytool utility. |
4 | server.ssl.key-store | This property holds the keystore PrivateKeyEntry which will be used as the SSL certificate for the microservice. |
5 | server.ssl.key-store-password | This property holds the key store password for accessing the key store mentioned in the key-store property. |
6 | server.ssl.key-store-type | This property holds the key store type. |
7 | server.tomcat.accesslog.directory | This property holds the directory in which log files are created. It can be absolute or relative to the Tomcat's base directory. |
8 | server.tomcat.accesslog.enabled | This property controls the Tomcat logs for the Boot application. |
9 | server.tomcat.accesslog.max-days | The property holds the maximum number of days the rotated access logs will be retained before it is deleted. The default value is 10 days. |
10 | server.tomcat.accesslog.pattern | This property holds the pattern of the access logs to be printed. This will follow Apache Tomcat parameters. |
11 | skava.auditlog.db.driverClassName | This property holds the driver class name of the MySQL server. |
12 | skava.auditlog.db.enabled | This property is used to enable or disable to store the audit logs in the MySQL DB. |
13 | skava.auditlog.db.password | This property is used to set the password of the MySQL server for audit logs. |
14 | skava.auditlog.db.url | This property is used to connect to MySQL DB for the audit logs. |
15 | skava.auditlog.db.userName | This property is used to set the username of the MySQL server for audit logs. |
16 | skava.batchjob.enabled | This property controls the feed for the boot application. The default value of this property is set to true . |
17 | skava.batchjob.refreshInerval | This property defines the feed schedule interval in microseconds. The default value of this property is set to 30000. |
18 | skava.cache.cascadeCacheNames | This property enables cascade cache by its name. |
19 | skava.cache.enableCascade | This property enables cascade cache. |
20 | skava.cache.enabled | This property enables cache. |
21 | skava.cache.localCache.config.collectionAttribute.cacheSize | This property holds the entry size of the local cache. |
22 | skava.cache.localCache.config.collectionAttribute.maxIdleInSeconds | This property holds the maximum idle time (in milliseconds) of the local cache. |
23 | skava.cache.localCache.config.collectionAttribute.timeToLiveInSeconds | This property holds the expiry time (in milliseconds) of the local cache. |
24 | skava.cache.localCache.config.collectionIdBusinessIdCache.cacheSize | This property sets the local cache entry size |
25 | skava.cache.localCache.config.collectionIdBusinessIdCache.maxIdleInSeconds | This property sets the local cache maximum idle time in ms |
26 | skava.cache.localCache.config.collectionIdBusinessIdCache.timeToLiveInSeconds | This property sets the local cache expiry time in ms |
27 | skava.cache.localCache.config.collectionIdCache.cacheSize | This property sets the local cache entry size |
28 | skava.cache.localCache.config.collectionIdCache.maxIdleInSeconds | This property sets the local cache maximum idle time in ms |
29 | skava.cache.localCache.config.collectionIdCache.timeToLiveInSeconds | This property sets the local cache expiry time in ms |
30 | skava.cache.localCache.config.collectionPropertiesByIdCache.cacheSize | This property sets the local cache entry size |
31 | skava.cache.localCache.config.collectionPropertiesByIdCache.maxIdleInSeconds | This property sets the local cache maximum idle time in ms |
32 | skava.cache.localCache.config.collectionPropertiesByIdCache.timeToLiveInSeconds | This property sets the local cache expiry time in ms |
33 | skava.cache.localCache.config.collectionPropertiesCache.cacheSize | This property sets the local cache entry size |
34 | skava.cache.localCache.config.collectionPropertiesCache.maxIdleInSeconds | This property sets the local cache maximum idle time in ms |
35 | skava.cache.localCache.config.collectionPropertiesCache.timeToLiveInSeconds | This property sets the local cache expiry time in ms |
36 | skava.cache.localCache.config.collectionProviderCache.cacheSize | This property sets the local cache entry size |
37 | skava.cache.localCache.config.collectionProviderCache.maxIdleInSeconds | This property sets the local cache maximum idle time in ms |
38 | skava.cache.localCache.config.collectionProviderCache.timeToLiveInSeconds | This property sets the local cache expiry time in ms |
39 | skava.cache.localCache.config.ProviderMasterCache.cacheSize | This property sets the local cache entry size |
40 | skava.cache.localCache.config.ProviderMasterCache.maxIdleInSeconds | This property sets the local cache maximum idle time in ms |
41 | skava.cache.localCache.config.ProviderMasterCache.timeToLiveInSeconds | This property sets the local cache expiry time in ms |
42 | skava.cache.localCache.type | This property sets the local cache type for L1 cache used in cascade cache |
43 | skava.cache.maxCacheSize | This property holds the cache size in bytes. If the value is greater than 0, then the cache is restricted based on the value. Otherwise, no limitation for cache. |
44 | skava.cache.redis.cacheNamesWithTimeToLiveMap.refimplCache | This property sets the cache name and time to live for the cache name as a Map. |
45 | skava.cache.redis.client | This property indicates the type of client for Redis connection. |
46 | skava.cache.redis.cluster.maxRedirects | This property contains the maximum number of redirects to follow when executing commands across the clusters of the Redis server. |
47 | skava.cache.redis.cluster.nodes | This property contains a list of comma-separated host:port pairs to bootstrap from. This represents an initial list of cluster nodes. It is required to have at least one entry. |
48 | skava.cache.redis.clusterEnabled | This property enables or disables the cluster of the Redis server. |
49 | skava.cache.redis.maxTimeTolive | This 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. |
50 | skava.cache.redis.pool.maxActive | This 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. |
51 | skava.cache.redis.pool.maxIdle | This property holds the maximum number of idle connections in the pool. Use a negative value to indicate an unlimited number of idle connections. |
52 | skava.cache.redis.pool.minIdle | This property holds the minimum number of idle connections to maintain in the pool. This setting only has an effect if it is positive. |
53 | skava.cache.redis.sentinel.master | This property contains the name of the Redis server. |
54 | skava.cache.redis.sentinel.nodes | This property contains a list of comma-separated host:port pairs of the Redis server. |
55 | skava.cache.redis.ssl | This property enables or disables the SSL in the Redis server:
|
56 | skava.cache.redis.url | This property specifies the URL of the Redis server. |
57 | skava.cache.useOnlyL2Cache | This property enables L2 cache. |
58 | skava.core.releasedefinition.enabled | This property enables the release definition endpoint. |
59 | skava.cors.allowedHeaders | This property is used to set allowedHeaders for the cors request. |
60 | skava.cors.allowedMethods | This property is used to set allowedMethods for the cors request. |
61 | skava.cors.allowedOrigins | This property is used to set allowedOrigins for the cors request. |
62 | skava.cors.enabled | This property is used to enable the cors component. |
63 | skava.cors.exposedHeaders | This property is used to set exposedHeaders for the cors request. |
64 | skava.cors.maxAge | This property is used to set maxAge for the cors request in seconds. |
65 | skava.cors.pathPattern | This property is used to set pathPattern for the cors request. |
66 | skava.event.enableExternalEvent | This property enables or disables the external event component. |
67 | skava.event.enableFatEvent | This property enables or disables the fat event. |
68 | skava.event.eventbridge.eventBusName | This property sets the fully qualified name of the custom implementation class. |
69 | skava.event.eventbridge.region | This property sets the fully qualified name of the custom implementation class. |
70 | skava.event.externalClassName | This property sets the fully qualified name of the custom implementation class. |
71 | skava.event.externalFatEventClass | This property sets the fully qualified name of the custom implementation class. |
72 | skava.event.rabbitmq.addresses | This property sets the addresses for the RabbitMQ server cluster. |
73 | skava.event.rabbitmq.cluster-enabled | This property enables or disables the cluster for the RabbitMQ server. |
74 | skava.event.rabbitmq.ssl.algorithm | This property sets the SSL algorithm, which is used for the RabbitMQ server. |
75 | skava.event.rabbitmq.ssl.enabled | This property enables or disables the SSL support for RabbitMQ server. |
76 | skava.hibernate.acquireIncrement | This property determines how many connections at a time c3p0 tries to acquire when the pool is exhausted. The default value is 3. |
77 | skava.hibernate.c3p0IdleTestPeriod | This property holds the idle time in seconds before a connection is automatically validated. If it is greater than 0, c3p0 will test all idle, pooled but unchecked-out connections, at the specified time period (in seconds). |
78 | skava.hibernate.c3p0MaxSize | This property holds the maximum number of JDBC connections to be held in the pool at any given time. You need to take extra care while updating this value since it has a direct impact on the performance of the application, tune only when there is a necessity. |
79 | skava.hibernate.c3p0MaxStatements | This 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. |
80 | skava.hibernate.c3p0MinSize | This property holds the minimum number of JDBC connections to be held in the pool at any given time. You need to take extra care while updating this value since it has a direct impact on the performance of the application, tune only when there is a necessity. |
81 | skava.hibernate.c3p0Timeout | This 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 0 indicates that idle connections never expire. |
82 | skava.hibernate.hibernateReader.acquireIncrement | This property determines how many connections at a time c3p0 will try to acquire when the pool is exhausted. The default value is 3. |
83 | skava.hibernate.hibernateReader.c3p0IdleTestPeriod | This property holds the idle time (in seconds) before a connection is automatically validated. |
84 | skava.hibernate.hibernateReader.c3p0MaxSize | This property holds the maximum number of JDBC connections in the pool The Hibernate default value is 100. |
85 | skava.hibernate.hibernateReader.c3p0MaxStatements | This property holds the number of prepared statements that will be cached. If the value increased, increases performance. The Hibernate default value is 0 which indicates caching is disabled. |
86 | skava.hibernate.hibernateReader.c3p0MinSize | This property holds the minimum number of JDBC connections in the pool. The Hibernate default value is 1. |
87 | skava.hibernate.hibernateReader.c3p0Timeout | This property holds the time in seconds when an idle connection is removed from the pool. The Hibernate default value is 0 which indicates it never expires. |
88 | skava.hibernate.hibernateReader.enabled | This property enables the Hibernate Reader DB. |
89 | skava.hibernate.hibernateReader.initialPoolSize | This property holds the initial pool size of the Hibernate Reader. |
90 | skava.hibernate.hibernateReader.url | This property is used to read the database URL. |
91 | skava.hibernate.initialPoolSize | This property holds the initial pool size of the Hibernate server. |
92 | skava.localization.cookieEnabled | This property is used to enable or disable the localization component. |
93 | skava.paymentcache.enabled | This property enables or disables the payment cache. |
94 | skava.secretsmanager.className | This property specifies the name of the class used for the secret management. |
95 | skava.swaggerglobalparams.enabled | This property indicates the Swagger global params. The default value is false . If this property value is set to true , the Swagger global params from the application .yml will be referred and added in the Swagger UI. |
96 | spring.sleuth.trace-id128 | This property is used to enable or disable the sleuth 128-bit trace ID in the logs. |
97 | ZK_REDIS_SSL_ENABLED | This property enables or disables the Redis server SSL. The default value is FALSE . |
98 | ZK_REDIS_TIMEOUT | This property holds connection timeout value of Redis in milliseconds. The default value is 10000. |
99 | ZK_REDIS_USERNAME | This property holds the login username of the Redis server. The default value is empty. |
100 | ZK_PROTOCOLS | This property enables macro support for the TLS protocol version. |
101 | ZK_REDIS_PASSWORD | This property holds the Redis password. |
102 | skava.cache.redis.username | This property indicates the login username of the Redis server. |
103 | endpoints.loggers.enabled | This property is used to enable or disable the logger. |
104 | web.exposure.include | This property is used to expose the management endpoints. |
105 | server.max-http-header-size | To increase http header size we have externalize this property. |
106 | externalEventConfig.fileHost | This property is used to set the hosting events on external website. |
107 | externalEventConfig.tempStoragePath | This property is used to set the file path for the external events. |
108 | 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 ZK properties.
2024-06-19 | SD – Updated ZK properties for 8.17.0 to 8.16.0.
2023-10-22 | JP – Updated content for 8.15.4 release.
2023-01-06 | AN – Updated content for 8.13 release.
2022-04-10 | JP – Fixed link and http issues.
2021-12-27 | AN – Updated content for 8.11 release.
2020-12-10 | SW – Adding missing properties.
2020-06-22 | HM – Updated content for 8.9 release.
2020-03-09 | AN – Updated content for April 2020 release.
2020-01-14 | AN – Updated content for February 2020 release.
2019-07-09 | AM – Updated ZK properties for July 2019 release.
2019-05-20 | AM – Updated to a new table tool.
2019-01-23 | PLK – Content uploaded.