id | title | sidebar_label |
---|---|---|
config-misc |
Miscellaneous Configuration |
Misc |
build_event_proxy:
The BuildEventProxy section configures proxy behavior, allowing BuildBuddy to forward build events to other build-event-protocol compatible servers. Optional
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.
build_event_proxy:
hosts:
- "grpc://localhost:1985"
- "grpc://events.buildbuddy.io:1985"
buffer_size: 1000