diff options
author | Valery Piashchynski <[email protected]> | 2022-08-10 15:30:09 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-08-10 15:30:09 +0200 |
commit | 64b694265aafd395c68848074642dcc364d96e6a (patch) | |
tree | 2a6a690f5e322026882599692e5293b1770908c8 /.rr.yaml | |
parent | 82f2c3db7351a883c069821f1addffffa65790d4 (diff) |
go.mod: update grpc and kafka plugins
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.rr.yaml')
-rw-r--r-- | .rr.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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] # |