summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-08-10 15:30:09 +0200
committerValery Piashchynski <[email protected]>2022-08-10 15:30:09 +0200
commit64b694265aafd395c68848074642dcc364d96e6a (patch)
tree2a6a690f5e322026882599692e5293b1770908c8 /.rr.yaml
parent82f2c3db7351a883c069821f1addffffa65790d4 (diff)
go.mod: update grpc and kafka plugins
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.rr.yaml')
-rw-r--r--.rr.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.rr.yaml b/.rr.yaml
index b4d80736..d3eb0866 100644
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -1558,7 +1558,10 @@ grpc:
# GRPC reflection server [SINCE 2.11]
#
# This option is optional. The reflection server might be activated to use `grpc_cli`, `grpc-ui`, `grpc-curl`, or similar tools to intercept grpc payloads.
- enable_reflection_server: false
+ reflection_server:
+ include:
+ - "path/to/proto1.proto"
+ - "path/to/proto2.proto"
# Proto file to use, multiply files supported [SINCE 2.6]
#