Documentation ¶
Index ¶
- Constants
- func Dynamic(opts *cli.Options) error
- func NewClient(opts *cli.Options) (*pubsub.Client, error)
- func Read(opts *cli.Options) error
- func Relay(opts *cli.Options, relayCh chan interface{}, shutdownCtx context.Context) (relay.IRelayBackend, error)
- func Write(opts *cli.Options) error
- type GCPPubSub
- type Relayer
Constants ¶
View Source
const (
RetryReadInterval = 5 * time.Second
)
Variables ¶
This section is empty.
Functions ¶
func Dynamic ¶ added in v0.28.0
Dynamic starts up a new GRPC client connected to the dProxy service and receives a stream of outbound replay messages which are then written to the message bus.
Types ¶
Click to show internal directories.
Click to hide internal directories.