The following table describes the ZooKeeper properties for the Reporting microservice:
S.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 keystore alias name which is 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 keystore password to access the keystore mentioned in key-store property. |
6 | server.ssl.key-store-type | This property holds the keystore 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 base directory. |
8 | server.tomcat.accesslog.enabled | This property controls the tomcat logs for the boot application. |
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 is set to 10 . |
10 | server.tomcat.accesslog.pattern | This property holds the pattern of the access logs to be printed. It follows Apache Tomcat parameters. |
11 | skava.auditlog.db.driverClassName | This property indicates the driver class name of the audit log db. |
12 | skava.auditlog.db.enabled | This property indicates whether the db for the audit log is enabled or disabled. |
13 | skava.auditlog.db.password | This property indicates the password of the audit log db. |
14 | skava.auditlog.db.url | This property indicates the URL of the audit log db. |
15 | skava.auditlog.db.userName | This property indicates the username of the audit log db. |
16 | skava.cache.cascadeCacheNames | This property is used to enable cascade cache by its name. |
17 | skava.cache.enableCascade | This property is used to enable cascade cache. |
18 | skava.cache.enabled | This property is used to enable the cache. |
19 | skava.cache.localCache.config.collectionIdBusinessIdCache.cacheSize | This property indicates the local cache entry size. |
20 | skava.cache.localCache.config.collectionIdBusinessIdCache.maxIdleInSeconds | This property indicates the local cache maximum idle time in seconds. |
21 | skava.cache.localCache.config.collectionIdBusinessIdCache.timeToLiveInSeconds | This property indicates the local cache expiry time in seconds. |
22 | skava.cache.localCache.config.collectionIdCache.cacheSize | This property indicates the local cache entry size. |
23 | skava.cache.localCache.config.collectionIdCache.maxIdleInSeconds | This property indicates the local cache maximum idle time in seconds. |
24 | skava.cache.localCache.config.collectionIdCache.timeToLiveInSeconds | This property indicates the local cache expiry time in seconds. |
25 | skava.cache.localCache.config.collectionPropertiesCache.cacheSize | This property indicates the local cache entry size. |
26 | skava.cache.localCache.config.collectionPropertiesCache.maxIdleInSeconds | This property indicates the local cache maximum idle time in seconds. |
27 | skava.cache.localCache.config.collectionPropertiesCache.timeToLiveInSeconds | This property indicates the local cache expiry time in seconds. |
28 | skava.cache.localCache.type | Local cache type for L1 cache used in cascade cache. |
29 | 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. |
30 | skava.cache.redis.client | This property indicates the type of client for redis connection. |
31 | skava.cache.redis.cluster.maxRedirects | This property indicates the maximum number of redirects to follow when executing commands across the cluster. |
32 | skava.cache.redis.cluster.nodes | This property includes 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. |
33 | skava.cache.redis.clusterEnabled | This property holds the toggle cluster for the Redis server. |
34 | skava.cache.redis.maxTimeTolive | This property indicates the maximum live time (in minutes) of Redis cache. |
35 | 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. |
36 | 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. |
37 | 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. |
38 | skava.cache.redis.sentinel.master | This property indicates the name of the Redis server. |
39 | skava.cache.redis.sentinel.nodes | This property indicates the comma-separated list of 'host:port ' pairs. |
40 | skava.cache.redis.ssl | This property represents the enable/disable Redis server ssl. |
41 | skava.cache.redis.url | This property indicates the Redis server url. |
42 | skava.cache.useOnlyL2Cache | This property is used to enable L2 cache. |
43 | skava.core.releasedefinition.enabled | This property is used to enable the release definition endpoint. |
44 | skava.cors.allowedHeaders | This property indicates the allowed headers for the cors request. |
45 | skava.cors.allowedMethods | This property indicates the allowed methods for the cors request. |
46 | skava.cors.allowedOrigins | This property indicates the allowed origins for the cors request. |
47 | skava.cors.enabled | This property indicates whether the cors component is enabled or not. |
48 | skava.cors.exposedHeaders | This property indicates the exposed headers for the cors request. |
49 | skava.cors.maxAge | This property indicates the max age (in seconds) for the cors request. |
50 | skava.cors.pathPattern | This property indicates the path pattern for cors request. |
51 | skava.event.enableExternalEvent | This property is used to enable/disable the external event component. |
52 | skava.event.enableFatEvent | This property is used to enable/disable the fat event. |
53 | skava.event.eventbridge.eventBusName | This property is used to set the fully qualified name of the custom implementation class. |
54 | skava.event.eventbridge.region | This property is used to set the fully qualified name of the custom implementation class. |
55 | skava.event.externalClassName | This property is used to set the fully qualified name of the custom implementation class. |
56 | skava.event.externalFatEventClass | This property is used to set the fully qualified name of the custom implementation class. |
57 | skava.event.rabbitmq.addresses | This property sets the addresses for the RabbitMQ server cluster. |
58 | skava.event.rabbitmq.cluster-enabled | This property enables or disables the cluster for the RabbitMQ server. |
59 | skava.event.rabbitmq.ssl.algorithm | This property sets the SSL algorithm, which is used for the RabbitMQ server. |
60 | skava.event.rabbitmq.ssl.enabled | This property enables or disables the SSL support for RabbitMQ server. |
61 | skava.hibernate.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 . |
62 | skava.hibernate.c3p0IdleTestPeriod | This property holds the Idle time in seconds before a connection is automatically validated. If this is a number greater than 0 , c3p0 will test all idle, pooled but unchecked-out connections, every this number of seconds. |
63 | 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 it only when there is a necessity. |
64 | 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. |
65 | 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 it only when there is a necessity. |
66 | 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 of 0 indicates that idle connections never expire. |
67 | 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 . |
68 | skava.hibernate.hibernateReader.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) |
69 | skava.hibernate.hibernateReader.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. The hibernate default value is 100 . |
70 | skava.hibernate.hibernateReader.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. |
71 | skava.hibernate.hibernateReader.c3p0MinSize | This propery holds the minimum number of JDBC connections in the pool. The default hibernate value is 1 . |
72 | skava.hibernate.hibernateReader.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. |
73 | skava.hibernate.hibernateReader.enabled | This property is used to enable the reader DB. |
74 | skava.hibernate.hibernateReader.initialPoolSize | The number of connections a pool tries to acquire upon startup. The default value is 3 . |
75 | skava.hibernate.initialPoolSize | This property contains the number of connections a pool will try to acquire upon startup. The default value is 3 . |
76 | skava.localization.cookieEnabled | This property indicates whether the localization component is enabled or disabled. |
77 | skava.secretsmanager.className | This property is used to specify which class to be used for the secret management. |
78 | 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. |
79 | spring.sleuth.trace-id128 | This property indicates whether the sleuth 128-bit trace ID is enabled or disabled in the logs. |
80 | ZK_REDIS_SSL_ENABLED | This property enables or disables the Redis server SSL. The default value is FALSE . |
81 | ZK_REDIS_TIMEOUT | This property holds connection timeout value of Redis in milliseconds. The default value is 10000. |
82 | ZK_REDIS_USERNAME | This property holds the login username of the Redis server. The default value is empty. |
83 | ZK_PROTOCOLS | This property enables macro support for the TLS protocol version. |
84 | ZK_REDIS_PASSWORD | This property holds the Redis password. |
85 | skava.cache.redis.username | This property indicates the login username of the Redis server. |
86 | endpoints.loggers.enabled | This property is used to enable or disable the logger. |
87 | web.exposure.include | This property is used to expose the management endpoints. |
88 | server.max-http-header-size | To increase http header size we have externalize this property. |
89 | 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-04-05 | JP – Updated content for 8.13.0 release.
2022-04-10 | JP – Fixed link and http issues.
2021-12-27 | AN – Updated content for 8.11 release.
2020-12-09 | HM – Updated missing ZK properties.
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-16 | AN – Updated to a new table tool.
2019-04-17 | MA – Page created and content uploaded.