config-misc.md

March 15, 2024 ยท View on GitHub

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