Skip to content

Separate Kafka Workers from API Infrastructure #2452

Description

@SB2318

Description

Separate background Kafka consumers/workers from the main API infrastructure so background processing does not compete directly with API workloads.

Tasks

  • Identify existing Kafka consumers.
  • Separate worker processes from the API service.
  • Configure dedicated worker infrastructure.
  • Configure appropriate consumer groups.
  • Monitor Kafka consumer lag.
  • Test worker failure and recovery.

Expected Benefits

  • More consistent API performance
  • Independent worker scaling
  • Better resource isolation
  • Improved background-processing reliability

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions