Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AsyncSinkFactory ¶
func (AsyncSinkFactory) NewAsyncSink ¶
func (f AsyncSinkFactory) NewAsyncSink(ctx context.Context, req *proto.StartPublishRequest) (substrate.AsyncMessageSink, error)
type AsyncSourceFactory ¶
type AsyncSourceFactory struct { URL string ClientID string ClusterID string AckWait time.Duration MaxInflight int ConnectionNumPings int ConnectionPingInterval int }
func (AsyncSourceFactory) NewAsyncSource ¶
func (f AsyncSourceFactory) NewAsyncSource(ctx context.Context, req *proto.StartConsumeRequest) (substrate.AsyncMessageSource, error)
Click to show internal directories.
Click to hide internal directories.