Skip to content

Support FlushAsync in Producer #215

@DR9885

Description

@DR9885

Producer can batch messages with SendAndForgetAsync, but has no way to flush.

Example:

        foreach (var message in messages)
        {
            await producer.SendAndForgetAsync(message);
        }
        await producer.FlushAsync()

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions