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 Publisher to InputStream conversion #31677

Closed

Commits on Nov 24, 2023

  1. drafts support for PublisherToInputStream conversion

    OlegDokuka committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    6cec3f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. finalizes InputStreamSubscriber impl in client pkg

    OlegDokuka committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    f96174c View commit details
    Browse the repository at this point in the history
  2. adds more tests

    OlegDokuka committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    e4eb97a View commit details
    Browse the repository at this point in the history
  3. embraces ArrayBlockingQueue instead of ConcurrentLinkedQueue

    ConcurrentLinkedQueue may produce more garbage compared to the BlockingArrayQueue array based alternative
    OlegDokuka committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    d881016 View commit details
    Browse the repository at this point in the history