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

Support Streaming for Armeria backend #860

Merged
merged 8 commits into from
Feb 22, 2021

Commits on Feb 14, 2021

  1. Support Streaming for Armeria backend

    Motivation:
    
    Armeria natively supports Streaming through Reactive Streams
    
    Modifications:
    
    - Introduce `AbstractArmeriaBackend` for common conversions
    - Support streaming using `Publisher` of Reactive Streams
    - Add new modules for better interops with other libraries
      - FS2
      - Monix
      - Cats
      - Scalaz
      - ZIO
    
    Result:
    
    Better interop Armeria with sttp.
    ikhoon committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    1b42d29 View commit details
    Browse the repository at this point in the history
  2. formatting

    ikhoon committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    c34a6a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Configuration menu
    Copy the full SHA
    58b0fcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eddf07a View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. - Properly close client factory

    - Update documentation
    ikhoon committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    e50e69e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d75c10 View commit details
    Browse the repository at this point in the history
  3. Add TODO

    ikhoon committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    bd84542 View commit details
    Browse the repository at this point in the history
  4. Fix compile error in scalaz

    ikhoon committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    a20221e View commit details
    Browse the repository at this point in the history