# Packages
No description provided by the author
# Functions
AlwaysRetry is an error handler that always retries the error.
EventStreamFromFiles returns an observable stream of events created from decoding the given slice of files and emitted as Upserts.
New creates a new Resource[T].
No description provided by the author
RetryUpTo is an error handler that retries a key up to specified number of times before stopping.
No description provided by the author
WithErrorHandler specifies the error handling strategy for failed events.
WithIndexers sets additional custom indexers on the resource store.
WithLazyTransform sets the function to transform the object before storing it.
WithMetric enables metrics collection for the resource using the provided scope.
WithName sets the name of the resource.
WithRateLimiter sets the rate limiting algorithm to be used when requeueing failed events.
WithStoppableInformer marks the resource as releasable.
WithTransform sets the function to transform the object before storing it.
# Variables
No description provided by the author
ErrorActionIgnore instructs to ignore the error.
ErrorActionRetry instructs to retry the processing.
ErrorActionStop instructs to stop the processing for this subscriber.
# Type aliases
No description provided by the author
ErrorHandler is a function that takes the key of the failing object (zero key if event was sync), the number of times the key has been retried and the error that occurred.
No description provided by the author
No description provided by the author
No description provided by the author