Skip to content

Consider use of consumer pause/resume for the Request Queue service #90

@sglover

Description

@sglover

Ignition Request Queues use Kafka topics to provide a request queue mechanism for drivers that need it e.g. the Ansible Driver. This can be tricky to configure because the max_poll_interval_ms needs to be set to higher that the maximum time request execution is expected to take, to prevent Kafka topic rebalancing. Instead, we should consider using consumer pause and resume for this - see https://kafka-python.readthedocs.io/en/master/apidoc/KafkaConsumer.html.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions