Documentation ¶
Overview ¶
Package inmem package implements the watermark progression using in mem store as the KV store.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewInMemWatch ¶
func NewInMemWatch(ctx context.Context, pipelineName string, bucketName string, kvEntryCh <-chan store.WatermarkKVEntry) (store.WatermarkKVWatcher, error)
NewInMemWatch returns inMemWatch which implements the WatermarkKVWatcher interface.
func NewKVInMemKVStore ¶
func NewKVInMemKVStore(ctx context.Context, pipelineName string, bucketName string) (store.WatermarkKVStorer, chan store.WatermarkKVEntry, error)
NewKVInMemKVStore returns inMemStore.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.