Skip to content
forked from lindzh/rpc-webui

admin web for distribute rpc build on bootstrap and freemarker

Notifications You must be signed in to change notification settings

Hasting/rpc-webui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

a rpc visual admin service

you can see your services on web provided by rpc redis,zookeeper,etcd or even a simple node provider

####service list service  list

####providid service host list service host list

####host list host list

####host services list host services

##How to config and start?

webui.json
[
    {
        "namespace": "default",
        "protocol": "redis",
        "etcdUrl": null,
        "redisHost": "192.168.139.129",
        "redisPort": 7770,
        "sentinelMaster": null,
        "sentinels": null,
        "providerHost": null,
        "providerPort": 0,
        "zkConnectionString": null
    }
]
namespace:for different cluster
protocol:redis,etcd,zookeeper,simple,for cluster message notify and store
etcdUrl:when protocol is etcd use
redisHost:when protocol is redis use and use a single redis node
redisPort:when protocol is redis use and use a single redis node
sentinelMaster:when protocol is redis use and use redis sentinel for fail over
sentinels:when protocol is redis use and use redis sentinel for fail over
providerHost:when protocol is simple single node provider use
providerPort:when protocol is simple single node provider use
zkConnectionString:when protocol is zookeeper use

###How to start service execute : maven clean install war:inplace -Dmaven.test.skip then config tomcat to webapp,start tomcat

About

admin web for distribute rpc build on bootstrap and freemarker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.2%
  • Java 30.4%
  • FreeMarker 9.4%