Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 665 Bytes

config-misc.md

File metadata and controls

26 lines (19 loc) · 665 Bytes
id title sidebar_label
config-misc
Miscellaneous Configuration
Misc

BuildEventProxy Section

build_event_proxy: The BuildEventProxy section configures proxy behavior, allowing BuildBuddy to forward build events to other build-event-protocol compatible servers. Optional

Options

Optional

  • hosts A list of host strings that BuildBudy should connect and forward events to.
  • buffer_size The number of build events to buffer locally when proxying build events.

Example section

build_event_proxy:
  hosts:
    - "grpc://localhost:1985"
    - "grpc://events.buildbuddy.io:1985"
  buffer_size: 1000