#[no_ack]Expand description
Marker for api functions that are “fire-and-forget” - they return as soon as request is sent to the producer without waiting for response - in fact producer won’t even send it.
It is useful for cases of one-directional communication where you don’t care about the producer finishing the task.