package
Version:
v0.10.3
Opens a new window with list of versions in this module.
Published: Jul 25, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func New(ctx context.Context, secretInterface corev1.SecretInterface, cluster, namespace, pipelineName, stepName, sourceName, sourceURN string, replica int, x dfv1.KafkaSource, process source.Process) (source.Interface, error)
type Stats struct {
Topics map[string]struct {
Partitions map[string]struct {
ConsumerLag int64 `json:"consumer_lag"`
} `json:"partitions"`
} `json:"topics"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.