Consumer.stop

Stop consuming messages for topic and \p partition, purging all messages currently in the local queue.

The application needs to be stop all consumers before destroying the Consumer handle.

an ErrorCode to indicate success or failure.

class Consumer
nothrow @nogc static
stop
(
Topic topic
,)

Meta