Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SliceToAddresses ¶
SliceToAddresses ... Converts a slice of strings to a slice of addresses
Types ¶
type DLQ ¶ added in v1.0.0
type DLQ[E any] struct { // contains filtered or unexported fields }
DLQ ... Dead Letter Queue construct Used to store ETL events that failed to be processed
func NewTransitDLQ ¶ added in v1.0.0
func NewTransitDLQ(size int) *DLQ[core.TransitData]
NewTransitDLQ ... Initializer
func (*DLQ[E]) Pop ¶ added in v1.0.0
Pop ... Removes the first element from the DLQ, typically for re-processing
Click to show internal directories.
Click to hide internal directories.