Skip to main content

BuildEventProxy Section

The BuildEventProxy section configures proxy behavior, allowing BuildBuddy to forward build events to other build-event-protocol compatible servers.
This section is optional.

Configuration Options

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

Example Configuration

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

Build docs developers (and LLMs) love