Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: xdevplatform/twitter-api-java-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: xdevplatform/twitter-api-java-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: stream-timeout
Choose a head ref
  • 7 commits
  • 6 files changed
  • 1 contributor

Commits on Aug 3, 2022

  1. Check streaming timeout.

    Added `StreamTimeoutChecker` to check if there is a timeout with the streaming.
    To avoid bottleneck due to slow data flow, `TweetsQueuer` sets the tweets Json strings into the `tweetsQueue` and `TweetsListenersExecutor` creates the tweets objects.
    tmoskovitch committed Aug 3, 2022
    1 Configuration menu
    Copy the full SHA
    032089d View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Check for streaming tweets for reconnect errors.

    In case of reconnect restart the `tweetsQueuer` thread.
    tmoskovitch committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    b4f3c50 View commit details
    Browse the repository at this point in the history
  2. Check for streaming tweets for reconnect errors.

    In case of reconnect restart the `tweetsQueuer` thread.
    tmoskovitch committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    eba1e6a View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. Another layer

    tmoskovitch committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    0dee721 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Another layer

    tmoskovitch committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    3c43f15 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. Use abstract StreamingHandler

    tmoskovitch committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    397a24c View commit details
    Browse the repository at this point in the history
  2. Use abstract StreamingHandler

    tmoskovitch committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    b333e7b View commit details
    Browse the repository at this point in the history
Loading