The following table describes the ZooKeeper properties of the Lists microservice:
S.NOPROPERTYDESCRIPTION
1server.servlet.contextPathThis property holds the context path of the Spring Boot application.
2server.ssl.enabledThis property controls the SSL configuration of the Boot application. When it is set to true, the application is started in HTTPS protocol only and all HTTP request will be rejected.
3server.ssl.enabled-protocolsThis property holds the SSL protocols enabled for this application. The values are given as comma-separated.
4server.ssl.key-aliasThis property holds the key store alias name set during the import using keytool utility.
5server.ssl.key-storeThis property holds the key store's PrivateKeyEntry which will be used as the SSL certificate for the microservice.
6server.ssl.key-store-passwordThis property holds the key store password for accessing the key store as mentioned in the key-store property.
7server.ssl.key-store-typeThis property holds the key store type.
8server.tomcat.accesslog.directoryThis property holds the directory in which log files are created. It can be absolute or relative to the Tomcat's base directory.
9server.tomcat.accesslog.enabledThis property controls the Tomcat logs for the Boot application.
10server.tomcat.accesslog.max-daysThe property holds the maximum number of days the rotated access logs will be retained before it is deleted. The default value is 10 days.
11server.tomcat.accesslog.patternThis property holds the pattern of the access logs to be printed. This will follow the Apache Tomcat parameters.
12server.tomcat.max-threadsThis property controls the Tomcat request thread.
13skava.auditlog.enabledThis property is used to enable the Mongo SSL component. It is set to enable or disable the audit log component.
14skava.auditlog.file-locationThis property enables or disables the audit log component.
15skava.auditlog.layout-typeThis property describes the layout type details.
16skava.auditlog.mongodb.databaseThis property is used to set the database name for the Mongo server.
17skava.auditlog.mongodb.enabledThis property is used to enable or disable to store the audit logs in the Mongo DB.
18skava.auditlog.mongodb.hostThis property is used to set the host for the Mongo server.
19skava.auditlog.mongodb.mongoAuthRequiredThis property is used to set the port for the Mongo server.
20skava.auditlog.mongodb.passwordThis property is used to set the password for the Mongo server.
21skava.auditlog.mongodb.portThis property is used to set the port for the Mongo server.
22skava.auditlog.mongodb.sslEnabledThis property is used to enable the Mongo SSL component.
23skava.auditlog.mongodb.uriThis property connects to the Mongo server.
24skava.auditlog.mongodb.userNameThis property is used to set the username for the Mongo server.
25skava.authorization.authExpiryTimeMinsThis property holds the expiry time of authorization token generated using the getTestToken API call. The value is mentioned in minutes.
26skava.authorization.authHeaderThis property holds the HTTP request header name in which the authorization token (JWT) is passed by the caller. Since the functionality of validating token is inherited from the framework, this property's value is used for identifying the correct header and its value is considered for access/authorization checks.
27skava.authorization.enabledThis property indicates whether the authorization component is enabled or disabled for the corresponding microservice. If the value is set as false, then all APIs are open to access without any authorization check and this is not recommended for the production or public APIs. For the production, production-like, or public environments, this property should be enabled (true).
28skava.authorization.gettesttoken.enabledThis property indicates whether the authorization endpoint for test JWT tokens is enabled or not. If it is set to true, an API will be exposed to obtain test JWT tokens.
29skava.authorization.superAdminRoleNameThe property indicates the Super Admin role name for the corresponding microservice.
30skava.authorization.tokenSecretThis property holds the secret which will be used to verify the signature of the JWT passed by the caller. Only if the JWT passed by the caller found valid with respect to signature, expiry and having necessary privileges, the request will be processed further.
31skava.cache.cascadeCacheNamesThis property enables the Cascade cache by its name.
32skava.cache.enableCascadeThis property enables or disables the Cascade cache.
33skava.cache.enabledThis property enables or disables the cache.
34skava.cache.localCache.config.cache_listcollection.cacheSizeThis property holds the local cache entry size.
35skava.cache.localCache.config.cache_listcollection.maxIdleInSecondsThis property holds the maximum idle time of the local cache in seconds.
36skava.cache.localCache.config.cache_listcollection.timeToLiveInSecondsThis property holds the local cache expiry time in seconds.
37skava.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).
38skava.cache.maxCacheSizeThis 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.
39skava.cache.redis.cacheNamesThis property holds the Redis cache names used by the application.
40skava.cache.redis.clearCacheEventNameThis property is used to set the event name for cache clear operation.
41skava.cache.redis.clientThis property indicates the type of client for Redis connection.
42skava.cache.redis.cluster.maxRedirectsThis property contains the maximum number of redirects to follow when executing commands across the clusters of the Redis server.
43skava.cache.redis.cluster.nodesThis 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.
44skava.cache.redis.clusterEnabledThis property enables or disables the cluster of the Redis server.
45skava.cache.redis.databaseThis property holds the Redis database index used by the connection factory.
46skava.cache.redis.enabledThis 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).
47skava.cache.redis.expTimeToliveThis 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.
48skava.cache.redis.hostThis property holds the Redis server's hostname/IP for caching objects.
49skava.cache.redis.maxTimeToliveThis property holds the expiration time of the Redis entries. That is the maximum time the objects are requested to be held in the Redis server. Using this property you are requesting the 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.
50skava.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.
51skava.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.
52skava.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.
53skava.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.
54skava.cache.redis.portThis property holds the Redis server's port for the application to connect for both read and write cache operations.
55skava.cache.redis.sentinel.masterThis property contains the name of the Redis server.
56skava.cache.redis.sentinel.nodesThis property contains a list of comma-separated host:port pairs of the Redis server.
57skava.cache.redis.timeoutThis property holds the connection timeout value of all Redis connections for both read and write.
58skava.cache.useOnlyL2CacheThis property enables or disables the L2 cache (that is, in-memory cache).
59skava.core.releasedefinition.enabledThis property enables the release definition endpoint.
60skava.cors.allowedHeadersThis property is used to set the list of headers that a pre-flight request can list as allowed for use during an actual request.
61skava.cors.allowedMethodsThis property is used to set the HTTP methods to allow. For example, {@code "GET"}, {@code "POST"}, {@code "PUT"}, etc.
62skava.cors.allowedOriginsThe list of allowed origins. For example, {@code "http://domain1.com"} for the specific origin or {@code "*"} for all the origins.
63skava.cors.enabledThis property enables or disables the CORS component.
64skava.cors.exposedHeadersThis property sets exposedHeaders for theCORS request.
65skava.cors.maxAgeThis property is used to configure how long in seconds the response from a preflight request can be cached by the clients.
66skava.cors.pathPatternThis property enables the cross-origin request handling for the specified path pattern.
67skava.event.classNameThis property is used to set the fully qualified name of the custom implementation class.
68skava.event.enabledThis property is used to enable or disable the event component.
69skava.event.enableExternalEventThis property enables or disables the external event component.
70skava.event.enableFatEventThis property enables or disables the fat event.
71skava.event.eventbridge.eventBusNameThis property sets the fully qualified name of the custom implementation class.
72skava.event.eventbridge.regionThis property sets the fully qualified name of the custom implementation class.
73skava.event.externalClassNameThis property sets the fully qualified name of the custom implementation class.
74skava.event.externalFatEventClassThis property sets the fully qualified name of the custom implementation class.
75skava.event.rabbitmq.addressesThis property sets the addresses for the RabbitMQ server cluster.
76skava.event.rabbitmq.cluster-enabledThis property enables or disables the cluster for the RabbitMQ server.
77skava.event.rabbitmq.concurrentConsumersThis property is used to set the maximum allowed concurrent consumers.
78skava.event.rabbitmq.enabledThis property is used to enable or disable the RabbitMQ server for the event component.
79skava.event.rabbitmq.hostThis property is used to set the host for the RabbitMQ server.
80skava.event.rabbitmq.passwordThis property is used to set password for the RabbitMQ server.
81skava.event.rabbitmq.portThis property is used to set the port for the RabbitMQ server.
82skava.event.rabbitmq.queueNameThis property is used to set the queue name used by the event component.
83skava.event.rabbitmq.routingKeyThis property is used to set the routing key for the RabbitMQ server.
84skava.event.rabbitmq.ssl.algorithmThis property sets the SSL algorithm, which is used for the RabbitMQ server.
85skava.event.rabbitmq.ssl.enabledThis property enables or disables the SSL support for RabbitMQ server.
86skava.event.rabbitmq.topicExchangeThis property is used to set the topic exchange for the RabbitMQ server.
87skava.event.rabbitmq.userNameThis property is used to set the username for the RabbitMQ server.
88skava.event.rabbitmq.virtualHostThis property is used to set the virtual host for the RabbitMQ server.
89skava.hikari.cachePrepStmts This property is used to set the value to true so that other configurations, like skava.hikari.prepStmtCacheSize and skava.hikari.prepStmtCacheSqlLimit have any effect.
90skava.hikari.dataSourceClassNameThis property is available only via programmatic configuration or IoC container. This property allows you to directly set the instance of the DataSource to be wrapped by the pool, rather than having HikariCP construct it via reflection. This can be useful in some dependency injection frameworks. When this property is specified, the dataSourceClassName property and all DataSource-specific properties will be ignored. There is no default value.
91skava.hikari.enabledThis property enables or disables the Hibernate Hikari component.
92skava.hikari.idleTimeoutThis property controls the maximum amount of time that a connection is allowed to sit idle in the pool. This setting only applies when minimumIdle is defined to be less than maximumPoolSize. The idle connections will not be retired until the pool reaches minimumIdle connections. Whether a connection is retired as idle or not is subject to a maximum variation of +30 seconds, and average variation of +15 seconds. A connection will never be retired as idle before this timeout. A value of 0 indicates the idle connections are never removed from the pool. The minimum allowed value is 10000ms (10 seconds). The default value is 600000 ms (10 minutes).
93skava.hikari.maximumPoolSizeThis property controls the maximum size of the pool, including both idle and in-use connections. This value determines the maximum number of actual connections to the database backend. The value is determined by your execution environment. When the pool reaches to this size and no idle connections are available, the call getConnection() block for up to connectionTimeout milliseconds before timing out. The default value is 10.
94skava.hikari.maxLifetimeThis property controls the maximum lifetime of a connection in the pool. An in-use connection will never be retired. Only when it is closed, it will be removed. On a connection-by-connection basis, minor negative attenuation is applied to avoid mass extinction in the pool. It is strongly recommended to set this value. The value should be several seconds shorter than any database or infrastructure-imposed connection time limit. The value 0 indicates no maximum lifetime (infinite lifetime) and is subject to the idleTimeout setting. The default value is 1800000 (30 minutes).
95skava.hikari.prepStmtCacheSizeThis property sets the cache size of the PreparedStatement.
96skava.hikari.prepStmtCacheSqlLimitThis property sets the SQL limit of the PreparedStatement to be cached.
97skava.hikari.useServerPrepStmtsThis property is used to set useServerPrepStmts
98skava.localization.cookieEnabledThis property enables fetching locale from the cookie.
99skava.localization.defaultEncodingThis property sets the default encoding.
100skava.localization.default-localeThis property sets the default locale.
101skava.localization.enabledThis property enables or disables the localization component.
102skava.localization.externalPathThis property sets the external path from which the messages are read.
103skava.localization.param-nameThis property holds the parameter name in which the localization component is used.
104skava.localization.resourceBundleBaseNameThis property sets the resource bundle base name.
105skava.localization.useCodeAsDefaultMessageThis property sets the code as the default message.
106skava.log.enabledThis property is used to set the resource bundles base name.
107skava.log.fileAppenderEnabledThis property indicates whether the log needs to be appended to a log file or not. If it is set to true the log is written to the log file as specified in log4j2.yml.
108skava.log.fluentdAppenderEnabledThis property indicates whether the log file should be aggregated to Fluentd directly rather than to a file or not.
109skava.log.fluentdHostThis property holds the hostname of Fluentd server instance where the log will be aggregated.
110skava.log.fluentdPatternThis property holds the pattern for writing logs into the Fluentd server.
111skava.log.fluentdPortThis property holds the port of Fluentd server instance where the log will be aggregated.
112skava.log.fluentdTagNameThis property holds the tag name to be added to the logs.
113skava.mongo.databaseThis property is used to set the database name for the Mongo server.
114skava.mongo.uriThis property connects to the MongoDB server.
115skava.secretsmanager.classNamethis property specifies the class to be used for secret management.
116skava.sleuth.trace-id128This property enables or disables the sleuth 128 bit trace ID in the logs.
117skava.swaggerglobalparams.enabledThis 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.
118spring.application.nameThis property holds the application name of the Spring Boot application.
119spring.autoconfigure.excludeThis property holds the classes that are to be excluded from the Spring's autoconfiguration.
120spring.cloud.zookeeper.config.enabledThis property is used to enable or disable the ZooKeeper.
121spring.cloud.zookeeper.config.rootThis property is used to enable or disable the ZooKeeper's base path.
122spring.cloud.zookeeper.config.watcher.enabledThis property indicates whether the ZooKeeper watcher has been enabled or not. If it is set to true, the watcher is enabled and if there is any change in the ZooKeeper configuration is communicated to the server. Updated properties are loaded automatically if the implementation allows it.
123spring.cloud.zookeeper.connect-stringThis property is used to specify the location if the server locates somewhere other than localhost:2181. This configuration is required to locate the server.
124spring.cloud.zookeeper.enabledThis property is used to enable or disable the ZooKeeper server.
125ZK_REDIS_SSL_ENABLEDThis property enables or disables the Redis server SSL. The default value is FALSE.
126ZK_REDIS_TIMEOUTThis property holds connection timeout value of Redis in milliseconds.
The default value is 10000.
127ZK_REDIS_USERNAMEThis property holds the login username of the Redis server.
The default value is empty.
128ZK_PROTOCOLSThis property enables macro support for the TLS protocol version.
129ZK_REDIS_PASSWORDThis property holds the Redis password.
130skava.cache.redis.usernameThis property indicates the login username of the Redis server.
131skava.localization.additionalLocales This property is used to set the additional locales.
132endpoints.loggers.enabledThis property is used to enable or disable the logger.
133web.exposure.includeThis property is used to expose the management endpoints.
134server.max-http-header-sizeTo increase http header size we have externalize this property.
135externalEventConfig.fileHostThis property is used to set the hosting events on external website.
136externalEventConfig.tempStoragePathThis property is used to set the file path for the external events.
137skava.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.
Revision History
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 | AN – Added the missing 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-09 | PLK – Minor copyedits.
2019-05-16 | AN – Updated to a new table tool.
2019-01-23 | PLK – Page created and content uploaded.