Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery.common.java
/
microservice
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9de8f150
authored
Jul 20, 2016
by
amir
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
versuin 1.2.3
parent
a5d18faa
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
README.md
build.gradle
src/main/java/microservice/MicroserviceClient.java
README.md
View file @
9de8f150
### Microservice Framework in JAVA
### Microservice Framework in JAVA
## 1.2.3:
-
add cache timeout to every read command
## Version 1.2.2:
## Version 1.2.2:
-
graphite_hostport' (default to null) , if null no reporting will start
-
graphite_hostport' (default to null) , if null no reporting will start
...
...
build.gradle
View file @
9de8f150
group
'com.ipgallery.common'
group
'com.ipgallery.common'
version
'1.2.
2
'
version
'1.2.
3
'
apply
plugin:
'java'
apply
plugin:
'java'
apply
plugin:
'maven-publish'
apply
plugin:
'maven-publish'
...
@@ -22,7 +22,7 @@ dependencies {
...
@@ -22,7 +22,7 @@ dependencies {
compile
'com.netflix.hystrix:hystrix-metrics-event-stream:1.4.12'
compile
'com.netflix.hystrix:hystrix-metrics-event-stream:1.4.12'
compile
'redis.clients:jedis:2.4.2'
compile
'redis.clients:jedis:2.4.2'
compile
'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.0.2'
compile
'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.0.2'
compile
'com.ipgallery.common:utils:1.1.
0
'
compile
'com.ipgallery.common:utils:1.1.
2
'
compile
'com.ipgallery.common:rabbitmq:1.0.1'
compile
'com.ipgallery.common:rabbitmq:1.0.1'
compile
'com.ecwid.consul:consul-api:1.1.9'
compile
'com.ecwid.consul:consul-api:1.1.9'
compile
'com.github.davidb:metrics-influxdb:0.8.2'
compile
'com.github.davidb:metrics-influxdb:0.8.2'
...
...
src/main/java/microservice/MicroserviceClient.java
View file @
9de8f150
...
@@ -21,7 +21,6 @@ import microservice.params.CommandParams;
...
@@ -21,7 +21,6 @@ import microservice.params.CommandParams;
public
class
MicroserviceClient
public
class
MicroserviceClient
{
{
private
static
final
int
INITIAL_CAPACITY
=
64
;
private
static
final
int
INITIAL_CAPACITY
=
64
;
private
static
final
int
NO_ENTRY
=
0
;
public
static
enum
EnumRestClientType
public
static
enum
EnumRestClientType
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment