grpc/

directory
v3.0.0-...-7136c61 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 13, 2021 License: Apache-2.0

README

gRPC Config Server

This is an example implementation of a grpc config server

Get Started

Run Server
go run srv/main.go
Run Client
go run client/main.go
Edit Config

Change values in srv/conf/micro.yml

micro:
  name: Micro
  version: 1.0.0
  message: hello

to

micro:
  name: Micro
  version: 1.0.0
  message: hello john

The output from watching config after an edit

2019/04/28 10:57:15 Watch changes: {"message":"hello john","name":"Micro","version":"1.0.0"}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL