The following table describes the ZooKeeper properties for the Order microservice:
S.NO | PROPERTY | DESCRIPTION |
---|---|---|
1 |
| 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. |
2 |
| This property sets instance-specific values dynamically which overrides the preceding three levels of defaults. |
3 | server.ssl.enabled-protocols | This property holds the SSL protocols enabled for this application. The values are given as comma-separated. |
4 | 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. |
5 | server.tomcat.accesslog.enabled | This property controls the Tomcat logs for the Boot application. |
6 | 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. |
7 | server.tomcat.accesslog.pattern | This property holds the pattern of the access logs to be printed. This will follow the Apache Tomcat parameters. |
8 | skava.auditlog.db.driverClassName | This property holds the driver class name of the MySQL server. |
9 | skava.auditlog.db.enabled | This property is used to enable or disable to store the audit logs in the MySQL DB. |
10 | skava.auditlog.db.password | This property is used to set the password of the MySQL server for audit logs. |
11 | skava.auditlog.db.url | This property holds the DB URL of the MySQL server. |
12 | skava.auditlog.db.userName | This property is used to set the username of the MySQL server for audit logs. |
13 | skava.cache.cascadeCacheNames | This property is used to enable cascade cache by its name. |
14 | skava.cache.enableCascade | This property is used to enable cascade cache. |
15 | skava.cache.enabled | This property is used to enable cache. |
16 | skava.cache.localCache.config.collectionByBusinessCache.cacheSize | This property represents the local cache entry size. |
17 | skava.cache.localCache.config.collectionByBusinessCache.maxIdleInSeconds | This property represents the local cache maximum idle time in seconds. |
18 | skava.cache.localCache.config.collectionByBusinessCache.timeToLiveInSeconds | This property represents the local cache expiry time in seconds. |
19 | skava.cache.localCache.config.collectionCache.cacheSize | This property represents the local cache entry size. |
20 | skava.cache.localCache.config.collectionCache.maxIdleInSeconds | This property represents the local cache maximum idle time in seconds. |
21 | skava.cache.localCache.config.collectionCache.timeToLiveInSeconds | This property represents the local cache expiry time in seconds. |
22 | skava.cache.localCache.type | This property represents the local cache type for L1 cache used in cascade cache. |
23 | 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. |
24 | skava.cache.redis.cacheNames | This property holds the Redis cache names used by the application. |
25 | skava.cache.redis.clearCacheEventName | This property is used to set the event name for cache clear operation. |
26 | skava.cache.redis.client | This property represents the type of client for redis connection. |
27 | skava.cache.redis.cluster.maxRedirects | This property represents the maximum number of redirects to follow when executing commands across the cluster. |
28 | skava.cache.redis.cluster.nodes | This property represents 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. |
29 | skava.cache.redis.clusterEnabled | This property represents the toggle cluster for Redis server. |
30 | skava.cache.redis.database | This property holds the Redis database index used by the connection factory. |
31 | skava.cache.redis.enabled | This property indicates whether the Redis component needs to be enabled or disabled for this application. It is recommended that it should be enabled (true) for the production and production-grade environments (like performance). |
32 | skava.cache.redis.expTimeTolive | 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 are requesting Redis to hold the objects for the specified time but it is the LRU/LCU which will determine how long an entry survives in the cache. |
33 | skava.cache.redis.host | This property holds the Redis server's hostname/IP for caching objects. |
34 | skava.cache.redis.maxTimeTolive | This property is used to set the max time to live in minutes time for redis cache. |
35 | skava.cache.redis.password | This 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 that it should be enabled for the production environment. |
36 | 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. |
37 | 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. |
38 | 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. |
39 | skava.cache.redis.port | This property holds the Redis server's port for the application to connect for both read and write cache operations. |
40 | skava.cache.redis.sentinel.master | This property represents the name of the Redis server. |
41 | skava.cache.redis.sentinel.nodes | This property represents the comma-separated list of 'host:port' pairs. |
42 | skava.cache.redis.ssl | This property represents the Enable/Disable Redis server ssl. |
43 | skava.cache.redis.timeout | This property holds the connection timeout value of all Redis connections for both read and write. |
44 | skava.cache.redis.url | This property represents the Redis server url. |
45 | skava.cache.useOnlyL2Cache | This property is used to enable L2 cache. |
46 | skava.core.releasedefinition.enabled | This property enables the release definition endpoint. |
47 | skava.cors.allowedHeaders | This property contains the value of the allowed header. |
48 | skava.cors.allowedMethods | This property contains the allowed methods for the Spring controller. |
49 | skava.cors.allowedOrigins | This property is used to set allowedOrigins for the CORS request |
50 | skava.cors.enabled | This property is used to enable or disable the CORS component. |
51 | skava.cors.exposedHeaders | This property is used to set exposedHeaders for the CORS request. |
52 | skava.cors.maxAge | This property is used to set maxAge for the CORS request in seconds. |
53 | skava.cors.pathPattern | This property holds the pattern for the CORS request. |
54 | skava.event.enableExternalEvent | This property enables or disables the external event component. |
55 | skava.event.enableFatEvent | This property enables or disables the fat event. |
56 | skava.event.eventbridge.eventBusName | This property sets the fully qualified name of the custom implementation class. |
57 | skava.event.eventbridge.region | This property sets the fully qualified name of the custom implementation class. |
58 | skava.event.externalClassName | This property sets the fully qualified name of the custom implementation class. |
59 | skava.event.externalFatEventClass | This property sets the fully qualified name of the custom implementation class. |
60 | skava.event.rabbitmq.addresses | This property sets the addresses for the RabbitMQ server cluster. |
61 | skava.event.rabbitmq.cluster-enabled | This property enables or disables the cluster for the RabbitMQ server. |
62 | skava.event.rabbitmq.ssl.algorithm | This property sets the SSL algorithm, which is used for the RabbitMQ server. |
63 | skava.event.rabbitmq.ssl.enabled | This property enables or disables the SSL support for RabbitMQ server. |
64 | 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. |
65 | 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. |
66 | skava.hibernate.hibernateReader.c3p0IdleTestPeriod | This property holds the idle time (in seconds) before a connection is automatically validated. |
67 | skava.hibernate.hibernateReader.c3p0MaxSize | This property holds the maximum number of JDBC connections in the pool The Hibernate default value is 100. |
68 | 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. |
69 | skava.hibernate.hibernateReader.c3p0MinSize | This property holds the minimum number of JDBC connections in the pool. The Hibernate default value is 1. |
70 | 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. |
71 | skava.hibernate.hibernateReader.enabled | This property enables the Hibernate Reader DB. |
72 | skava.hibernate.hibernateReader.initialPoolSize | This property holds the initial pool size of the Hibernate Reader. |
73 | skava.hibernate.hibernateReader.url | This property is used to read the database URL. |
74 | skava.hibernate.initialPoolSize | This property holds the initial pool size of the Hibernate server. |
75 | skava.localization.cookieEnabled | This property enables or disables the localization component. |
76 | skava.localization.defaultEncoding | This property sets the default encoding. |
77 | skava.localization.default-locale | This property holds the default locale to be used for all response messages if it has not been provided in the request. |
78 | skava.localization.enabled | This property indicates whether the localization component is enabled or not. The value true indicates it is enabled and false indicates it is disabled. |
79 | skava.localization.externalPath | This property holds the external path from where the localized messages are to be read from. |
80 | skava.localization.param-name | This property holds the parameter name in which the localization component is used. |
81 | skava.localization.resourceBundleBaseName | This property holds the resource bundle's base name. |
82 | skava.localization.useCodeAsDefaultMessage | This property sets the code as the default message. |
83 | skava.mongo.database | This property is used to set the database name of the Mongo server. |
84 | skava.mongo.uri | This property is used to connect with the MongoDB server. |
85 | skava.secretsmanager.className | This property specifies the class to be used for secret management. |
86 | 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 parameters from the application .yml will be referred and added in the Swagger UI. |
87 | spring.sleuth.trace-id128 | This property enables or disables the Sleuth 128-bit trace ID in the logs. |
88 | ZK_REDIS_SSL_ENABLED | This property enables or disables the Redis server SSL. The default value is FALSE . |
89 | ZK_REDIS_TIMEOUT | This property holds connection timeout value of Redis in milliseconds. The default value is 10000. |
90 | ZK_REDIS_USERNAME | This property holds the login username of the Redis server. The default value is empty. |
91 | ZK_PROTOCOLS | This property enables macro support for the TLS protocol version. |
92 | ZK_REDIS_PASSWORD | This property holds the Redis password. |
93 | skava.event.eventbridge.gzip.enabled | This property is used to enable/disable the event payload compression. |
94 | skava.event.eventbridge.gzip.minSizeForCompress | This property is used to set the minimum size of event to be send without compression. |
95 | skava.cache.redis.username | This property indicates the login username of the Redis server. |
96 | endpoints.loggers.enabled | This property is used to enable or disable the logger. |
97 | web.exposure.include | This property is used to expose the management endpoints. |
98 | server.max-http-header-size | To increase http header size we have externalize this property. |
99 | externalEventConfig.fileHost | This property is used to set the hosting events on external website. |
100 | externalEventConfig.tempStoragePath | This property is used to set the file path for the external events. |
101 | 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-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-06-10 | PLK – Minor copyedits.
2019-05-16 | AN – Updated to a new table tool.
2019-01-23 | PLK – Page added and content uploaded.