1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-03-17 20:28:06 +02:00
Benjamin 5d5aee1f08
replace ioutil with io and os (#2327)
set the go version to 1.16 in pr.yml and tests.yml, so as to be consistent with the version in go.mod.
2021-10-30 19:24:40 +01:00
..
2021-10-30 19:24:40 +01:00
2021-10-12 12:55:53 +01:00
2021-01-20 21:01:10 +00:00
2021-10-12 12:55:53 +01:00

Proxy Broker

This is a broker plugin for the micro proxy

Usage

Here's a simple usage guide

Run Proxy

# install micro
go get github.com/micro/micro

# run proxy
micro proxy

Import and Flag plugin

import _ "github.com/asim/go-micro/plugins/broker/proxy"
go run main.go --broker=proxy