Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce first version of Dispatchers.IO for K/N #3576

Merged
merged 3 commits into from
Feb 22, 2023

Commits on Feb 15, 2023

  1. Introduce first version of Dispatchers.IO for K/N

    * Emulate expect declaration refinement via extension property as the only way to do it in a backwards-compatible manner: in the current model it is impossible to have
      common 'expect' Dispatchers declaration, then refined 'concurrent' Dispatchers declaration with 'expect val IO' and then JVM declaration with JVM-specific members. Current solutions seems to be the less intrusive one
    * Elasticity is not supported as K/N Workers API lacks capability to gracefully shutdown workers, meaning that for any unlimited underlying pool, memory consumption is only going to grow in an unbound manner
    
    Fixes #3205
    qwwdfsad committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    a38ed39 View commit details
    Browse the repository at this point in the history
  2. ~elastic Dispatchers.IO

    qwwdfsad committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    0cc4ad5 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. ~tweak the doc

    qwwdfsad committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    8c43e18 View commit details
    Browse the repository at this point in the history