The following table describes the ZooKeeper properties for the Foundation microservice:

S.NOPROPERTYDESCRIPTION
1server.ssl.enabled-protocolsThis property controls the SSL configuration for the Spring Boot application.
2server.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.
3server.tomcat.accesslog.enabledThis property controls the Tomcat logs for the Boot application.
4server.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.
5server.tomcat.accesslog.patternThis property holds the pattern of the access logs to be printed. This will follow the Apache Tomcat parameters.
6skava.auditlog.db.driverClassNameThis property holds the driver class name of the MySQL server.
7skava.auditlog.db.enabledThis property specifies whether to store the audit logs in the MySQL DB or not. The value can be:

  • true - Indicates the audit logs are stored in the MySQL DB.

  • false - Indicates the audit logs are not stored in the MySQL DB.

8skava.auditlog.db.passwordThis property sets the password of the MySQL server for audit logs.
9skava.auditlog.db.urlThis property holds the DB URL of the MySQL server.
10skava.auditlog.db.userNameThis property sets the username of the MySQL server for audit logs.
11skava.auditlog.enabledThis property enables or disables the audit log component.
12skava.auditlog.file-locationThis property sets the file location of the audit log component.
13skava.auditlog.layout-typeThis property sets the layout type of the audit log component.
14skava.cache.cascadeCacheNamesThis property enables the Cascade cache by its name.
15skava.cache.enableCascadeThis property enables or disables the Cascade cache.
16skava.cache.enabledThis property enables or disables the cache.
17skava.cache.localCache.config.storeCache.cacheSizeThis property sets the local cache entry size.
18skava.cache.localCache.config.storeCache.maxIdleInSecondsThis property sets the local cache maximum idle time (in seconds).
19skava.cache.localCache.config.storeCache.timeToLiveInSecondsThis property sets the local cache expiry time (in seconds).
20skava.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).
21skava.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.
22skava.cache.redis.cacheNamesThis property holds the Redis cache names used by the application.
23skava.cache.redis.clearCacheEventNameThis property is used to set the event name for cache clear operation.
24skava.cache.redis.clientThis property indicates the type of client for Redis connection.
25skava.cache.redis.cluster.maxRedirectsThis property contains the maximum number of redirects to follow when executing commands across the clusters of the Redis server.
26skava.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.
27skava.cache.redis.clusterEnabledThis property enables or disables the cluster of the Redis server.
28skava.cache.redis.databaseThis property holds the Redis database index used by the connection factory.
29skava.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).
30skava.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.
31skava.cache.redis.hostThis property holds the Redis server's hostname/IP for caching objects.
32skava.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.
33skava.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 that it should be enabled for the production environment.
34skava.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.
35skava.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.
36skava.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.
37skava.cache.redis.portThis property holds the Redis server's port for the application to connect for both read and write cache operations.
38skava.cache.redis.sentinel.masterThis property contains the name of the Redis server.
39skava.cache.redis.sentinel.nodesThis property contains a list of comma-separated host:port pairs of the Redis server.
40skava.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.
41skava.cache.redis.timeoutThis property holds the connection timeout value of all Redis connections for both read and write.
42skava.cache.redis.urlThis property specifies the URL of the Redis server.
43skava.cache.useOnlyL2CacheThis property enables or disables the L2 cache (that is, in-memory cache).
44skava.core.releasedefinition.enabledThis property enables the release definition endpoint.
45skava.cors.allowedHeadersThis property contains the allowed headers value.
46skava.cors.allowedMethodsThis property contains allowed methods for the Spring Boot controller.
47skava.cors.allowedOriginsThis property sets allowedOrigins for a CORS request.
48skava.cors.enabledThis property controls the SSL configuration for the Spring Boot application.
49skava.cors.exposedHeadersThis property sets exposedHeaders for a CORS request.
50skava.cors.maxAgeThis property sets maxAge for a CORS request. The value is mentioned in seconds.
51skava.cors.pathPatternThis property holds the pattern for a CORS request.
52skava.event.classNameThis property is used to set the fully qualified name of the custom implementation class.
53skava.event.enabledThis property enables or disables the event component.
54skava.event.enableExternalEventThis property is used to enable/disable the external event component.
55skava.event.enableFatEventThis property is used to enable/disable the fat event.
56skava.event.eventbridge.eventBusNameThis property is used to set the fully qualified name of the custom implementation class.
57skava.event.eventbridge.regionThis property is used to set the fully qualified name of the custom implementation class.
58skava.event.externalClassNameThis property is used to set the fully qualified name of the custom implementation class.
59skava.event.externalFatEventClassThis property is used to set the fully qualified name of the custom implementation class.
60skava.event.rabbitmq.concurrentConsumersThis property holds the value for maximum allowed concurrent consumers.
61skava.event.rabbitmq.enabledThis property enables or disables the RabbitMQ server for the event component.
62skava.event.rabbitmq.hostThis property holds the host name of the RabbitMQ server.
63skava.event.rabbitmq.passwordThis property holds the password of the RabbitMQ server.
64skava.event.rabbitmq.portThis property holds the port of the RabbitMQ server.
65skava.event.rabbitmq.ssl.addressesThis property sets the addresses for the RabbitMQ server cluster.
66skava.event.rabbitmq.ssl.algorithmThis property sets the SSL algorithm, which is used for the RabbitMQ server.
67skava.event.rabbitmq.ssl.cluster-enabledThis property enables or disables the cluster for the RabbitMQ server.
68skava.event.rabbitmq.ssl.enabledThis property enables or disables the SSL support for RabbitMQ server.
69skava.event.rabbitmq.userNameThis property holds the username of the RabbitMQ server.
70skava.event.rabbitmq.virtualHostThis property sets the virtual host for RabbitMQ server.
71skava.foundation.liveEnvironmentThis property is used identify the live environment and authoring environment.
72skava.hibernate.acquireIncrementThis property determines how many connections at a time c3p0 tries to acquire when the pool is exhausted. The default value is 3.
73skava.hibernate.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.
74skava.hibernate.c3p0MaxSizeThis 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.
75skava.hibernate.c3p0MaxStatementsThis property holds the number of prepared statements that be cached. It indicates the c3p0's global PreparedStatement cache. This controls the total number of statements cached, for all connections.
76skava.hibernate.c3p0MinSizeThis 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.
77skava.hibernate.c3p0TimeoutThis property holds the pool's idle connection timeout post which the connection is removed from the pool. The value is mentioned in seconds. The value 0 indicates the idle connections never expire.
78skava.hibernate.dialectThis property holds the dialect to be used by Hibernate. The dialect specifies the type of database used in Hibernate so that Hibernate can generate appropriate type of SQL statements.
79skava.hibernate.driverClassNameThis property holds the JDBC driver class name for making the connections to the database.
80skava.hibernate.enabledThis property indicates whether the Hibernate component is enabled or disabled for this application. It is recommended that not to update this property from the default value.
81skava.hibernate.formatSqlThis property indicates whether the SQL statements enabled for printing should be formatted or not. If this property and the property skava.hibernate.showSql is set to true then the queries are SQL formatted making it more readable.
82skava.hibernate.hbm2ddlAutoThis property holds the strategy to be used by Hibernate on startup. The possible values are validate, update, create, or create-drop which indicate the appropriate action will be taken on startup. It is recommended that the value is to be set as none in the production and/or production-like environments because where the schema will not be created every time the application starts up.
83skava.hibernate.hibernateReader.acquireIncrementThis property determines how many connections at a time c3p0 will try to acquire when the pool is exhausted. The default value is 3.
84skava.hibernate.hibernateReader.c3p0IdleTestPeriodThis 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).
85skava.hibernate.hibernateReader.c3p0MaxSizeThis 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.
86skava.hibernate.hibernateReader.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.
87skava.hibernate.hibernateReader.c3p0MinSizeThis propery holds the minimum number of JDBC connections in the pool. The default hibernate value is 1.
88skava.hibernate.hibernateReader.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 0 indicates that idle connections never expire.
89skava.hibernate.hibernateReader.enabledThis property is used to enable the reader DB.
90skava.hibernate.hibernateReader.initialPoolSizeThe number of connections a pool tries to acquire upon startup. The default value is 3.
91skava.hibernate.hibernateReader.urlThis property is used to read the database URL.
92skava.hibernate.initialPoolSizeThis property contains the number of connections a pool tries to acquire upon startup. The default value is 3.
93skava.hibernate.newGeneratorMappingsThis property holds the Hibernate setting. It indicates whether the new IdentifierGenerator implementations are used for AUTO, TABLE, and SEQUENCE or not. If it is set to false, the ID generation is left to the DB sequence or the application logic. It is recommended that this property is set as false.
94skava.hibernate.packageToScanThis property indicates the Java package having all the database entity objects to be used by Hibernate component.
95skava.hibernate.passwordThis property holds the data store password to be used by Hibernate component to connect to the database.
96skava.hibernate.portThis property holds the port number of the database to be used by Hibernate component to connect to the database.
97skava.hibernate.urlThis property holds the database JDBC URL to enable the database connection.
98skava.hibernate.usernameThis property holds the username to be used by Hibernate component to connect to the database.
99skava.secretsmanager.classNameThis property specifies a class for the secret management.
100skava.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.
101spring.sleuth.trace-id128This property indicates whether the sleuth 128 bit traceid in the logs is enabled or not. The default value is true.
102skava.hibernate.showSqlThis property indicates whether the SQL generated by Hibernate to be printed in the log file or not. If it is set to true, will print all the SQLs generated by Hibernate as part of the dialect.
103ZK_REDIS_SSL_ENABLEDThis property enables or disables the Redis server SSL. The default value is FALSE.
104ZK_REDIS_TIMEOUTThis property holds connection timeout value of Redis in milliseconds.
The default value is 10000.
105ZK_REDIS_USERNAMEThis property holds the login username of the Redis server.
The default value is empty.
106ZK_PROTOCOLSThis property enables macro support for the TLS protocol version.
107ZK_REDIS_PASSWORDThis property holds the Redis password.
108skava.cache.redis.username
This property indicates the login username of the Redis server.
109endpoints.loggers.enabledThis property is used to enable or disable the logger.
110web.exposure.includeThis property is used to expose the management endpoints.
111server.max-http-header-sizeTo increase http header size we have externalize this property.
112externalEventConfig.fileHostThis property is used to set the hosting events on external website.
113externalEventConfig.tempStoragePathThis property is used to set the file path for the external events.
114skava.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-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-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-16 | 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-08 | PLK – Minor copyedits.
2019-05-16 | AN – Updated to a new table tool.
2019-01-22 | PLK – Content uploaded.