All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nepxion.discovery.common.zookeeper.constant.ZookeeperConstant Maven / Gradle / Ivy

Go to download

Nepxion Discovery is a solution for Spring Cloud with blue green, gray, weight, limitation, circuit breaker, degrade, isolation, monitor, tracing, dye, failover, async agent

The newest version!
package com.nepxion.discovery.common.zookeeper.constant;

/**
 * 

Title: Nepxion Discovery

*

Description: Nepxion Discovery

*

Copyright: Copyright (c) 2017-2050

*

Company: Nepxion

* @author rotten * @version 1.0 */ public class ZookeeperConstant { public static final String ZOOKEEPER_CONNECT_STRING = "zookeeper.connect-string"; public static final String ZOOKEEPER_RETRY_COUNT = "zookeeper.retry-count"; public static final String ZOOKEEPER_SLEEP_TIME = "zookeeper.sleep-time"; public static final int ZOOKEEPER_DEFAULT_RETRY_COUNT_VALUE = 3; public static final int ZOOKEEPER_DEFAULT_SLEEP_TIME_VALUE = 3000; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy