# Functions
AutoAck returns an ack value that should be passed to proxy.Consume function when a caller wants the consumed message to be acknowledged immediately.
NewAck creates an acknowledgement instance from a partition and an offset.
NewSet creates a proxy.Set from a cluster-to-proxy map and a default proxy.
NoAck returns an ack value that should be passed to proxy.Consume function when a caller does not want to acknowledge anything.
Spawn creates a proxy instance and starts its internal goroutines.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author