Support mirroring request body
Co-authored-by: Mathieu Lonjaret <mathieu.lonjaret@gmail.com> Co-authored-by: Julien Salleyron <julien.salleyron@gmail.com>
This commit is contained in:
parent
09c07f45ee
commit
cf7f0f878a
20 changed files with 454 additions and 44 deletions
1
integration/testdata/rawdata-consul.json
vendored
1
integration/testdata/rawdata-consul.json
vendored
|
@ -152,6 +152,7 @@
|
|||
"mirror@consul": {
|
||||
"mirroring": {
|
||||
"service": "simplesvc",
|
||||
"maxBodySize": -1,
|
||||
"mirrors": [
|
||||
{
|
||||
"name": "srvcA",
|
||||
|
|
1
integration/testdata/rawdata-etcd.json
vendored
1
integration/testdata/rawdata-etcd.json
vendored
|
@ -152,6 +152,7 @@
|
|||
"mirror@etcd": {
|
||||
"mirroring": {
|
||||
"service": "simplesvc",
|
||||
"maxBodySize": -1,
|
||||
"mirrors": [
|
||||
{
|
||||
"name": "srvcA",
|
||||
|
|
1
integration/testdata/rawdata-redis.json
vendored
1
integration/testdata/rawdata-redis.json
vendored
|
@ -152,6 +152,7 @@
|
|||
"mirror@redis": {
|
||||
"mirroring": {
|
||||
"service": "simplesvc",
|
||||
"maxBodySize": -1,
|
||||
"mirrors": [
|
||||
{
|
||||
"name": "srvcA",
|
||||
|
|
1
integration/testdata/rawdata-zk.json
vendored
1
integration/testdata/rawdata-zk.json
vendored
|
@ -152,6 +152,7 @@
|
|||
"mirror@zookeeper": {
|
||||
"mirroring": {
|
||||
"service": "simplesvc",
|
||||
"maxBodySize": -1,
|
||||
"mirrors": [
|
||||
{
|
||||
"name": "srvcA",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue