Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New( vertexInstance *dfv1.VertexInstance, writers map[string][]isb.BufferWriter, fsd forwarder.ToWhichStepDecider, transformerApplier applier.SourceTransformApplier, fetchWM fetch.SourceFetcher, toVertexPublisherStores map[string]store.WatermarkStore, publishWMStores store.WatermarkStore, idleManager wmb.IdleManager, opts ...Option) (sourcer.Sourcer, error)
Types ¶
type Option ¶
type Option func(*httpSource) error
func WithBufferSize ¶
func WithLogger ¶
func WithLogger(l *zap.SugaredLogger) Option
WithLogger is used to return logger information
func WithReadTimeout ¶
WithReadTimeout is used to set the read timeout for the from buffer
Click to show internal directories.
Click to hide internal directories.