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

stream wrapper functionality #27

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    0386e59 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. created TwitterStream and moved executor from examples

    Also, blocking queues were added and started parsing the raw responses to objects in parallel
    kisaga committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    5eb7ddd View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

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

Commits on Jun 17, 2022

  1. minor improvements

    kisaga committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    09f86fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bab514d View commit details
    Browse the repository at this point in the history
  3. reduced duplication for closing executor service and switched to sing…

    …le thread deserialization layer
    kisaga committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    9d28fe1 View commit details
    Browse the repository at this point in the history
  4. added disconnect functionality when stream is empty for 20 secs and s…

    …ome exception handling
    kisaga committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    39e3261 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2022

  1. Configuration menu
    Copy the full SHA
    f7f5c2d View commit details
    Browse the repository at this point in the history
  2. added tests and licenses

    kisaga committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    00bfeea View commit details
    Browse the repository at this point in the history
  3. added retries

    kisaga committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    c1c27c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    658decb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7086775 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. Configuration menu
    Copy the full SHA
    96f1b74 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    18068c8 View commit details
    Browse the repository at this point in the history