plimble / kuja

Go webservice framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kuja godoc badge

Go webservice framework

##Features

  • Client
    • Sync/Async Requests
    • Publish
    • Service Discovery/Watch
    • Encoder
    • Circuit breaker
  • Server
    • RPC HTTP
    • Publish/Subscribe Queue
    • Retries/Timeout Queue
    • Graceful Shutdown with timeout
    • Custom Error
    • Register Etcd/Consul and Hartbeat
    • Snappy
    • Encoder
    • Middleware
    • Health Endpoint (/health)
    • Metric

##TODO

  • Circuit breaker Metric
  • Metric
  • Doc
  • Test

##Plan

  • HTTP2

##Usage See in example

About

Go webservice framework

License:Apache License 2.0


Languages

Language:Go 99.6%Language:Protocol Buffer 0.4%