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

Update the example app to work with latest Broadway and Broadway SQS #56

Merged
merged 9 commits into from Jan 13, 2021

Commits on Jan 13, 2021

  1. Configuration menu
    Copy the full SHA
    9dcbbc0 View commit details
    Browse the repository at this point in the history
  2. Upgrade Broadway and other deps for example app

    This commit is an attempt to upgrade the SQS Example application that
    resides in the `examples` directory.
    philss committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    778fed1 View commit details
    Browse the repository at this point in the history
  3. Ignore unused module

    philss committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    9b1406f View commit details
    Browse the repository at this point in the history
  4. Fix tests for example app

    philss committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    a824641 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46c9e86 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c65a60d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    03c1900 View commit details
    Browse the repository at this point in the history
  8. Cleanup config files

    philss committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    2b3ff20 View commit details
    Browse the repository at this point in the history
  9. Remove TestClient and use DummyProducer instead

    This is because we don't need to really interact with the SQS
    implementation in the tests.
    philss committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    9e45f84 View commit details
    Browse the repository at this point in the history