Skip to content

Isolate bursting key to prevent innocent keys are affected #167

Description

@ocadaruma
  • In Kafka, it's common to use some entity's identifier (e.g. user-id) to ensure task processing ordering per entity.
  • At the same time, this tends to cause "hot-spot" key when there's an abusive task generation for single entity
  • When it happens, Decaton's processing thread could be occupied by such bursting key and could affect other innocent keys processing
  • It's nice to have a built-in feature to detect hot-spots and isolate workload to protect innocent keys

(Actually, this is a missing long-awaited Decaton feature that necessity exists from early days...)

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions