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
Checking mergeability… Don’t worry, you can still create the pull request.
  • 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
    Copy the full SHA
    032089d View commit details

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
    Copy the full SHA
    b4f3c50 View commit details
  2. Check for streaming tweets for reconnect errors.

    In case of reconnect restart the `tweetsQueuer` thread.
    tmoskovitch committed Aug 11, 2022
    Copy the full SHA
    eba1e6a View commit details

Commits on Aug 14, 2022

  1. Another layer

    tmoskovitch committed Aug 14, 2022
    Copy the full SHA
    0dee721 View commit details

Commits on Aug 15, 2022

  1. Another layer

    tmoskovitch committed Aug 15, 2022
    Copy the full SHA
    3c43f15 View commit details

Commits on Aug 28, 2022

  1. Use abstract StreamingHandler

    tmoskovitch committed Aug 28, 2022
    Copy the full SHA
    397a24c View commit details
  2. Use abstract StreamingHandler

    tmoskovitch committed Aug 28, 2022
    Copy the full SHA
    b333e7b View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff main...stream-timeout