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

Fixes Issue #26 - Upgrade to kafka streams 2.0 #27

Merged
merged 25 commits into from
May 17, 2019

Commits on May 16, 2019

  1. Adds a docker-compose.yml and removes embedded kafka from integration…

    … tests
    theanirudhvyas authored and Saptanto Sindu committed May 16, 2019
    Configuration menu
    Copy the full SHA
    44f3338 View commit details
    Browse the repository at this point in the history
  2. Adds docker-compose commands to travis-ci

    theanirudhvyas authored and Saptanto Sindu committed May 16, 2019
    Configuration menu
    Copy the full SHA
    8b7e0c8 View commit details
    Browse the repository at this point in the history
  3. runs docker-compose on travis in detached mode

    theanirudhvyas authored and Saptanto Sindu committed May 16, 2019
    Configuration menu
    Copy the full SHA
    7758f58 View commit details
    Browse the repository at this point in the history
  4. fixes incorrect test

    theanirudhvyas authored and Saptanto Sindu committed May 16, 2019
    Configuration menu
    Copy the full SHA
    b4b4a47 View commit details
    Browse the repository at this point in the history
  5. removes git hooks as they have been deprecated

    theanirudhvyas authored and Saptanto Sindu committed May 16, 2019
    Configuration menu
    Copy the full SHA
    6fdee7d View commit details
    Browse the repository at this point in the history
  6. refactors stream tests

    theanirudhvyas authored and Saptanto Sindu committed May 16, 2019
    Configuration menu
    Copy the full SHA
    e4122d4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    62a2607 View commit details
    Browse the repository at this point in the history
  8. removes deprecated method punctuate from timestamp transformer

    theanirudhvyas authored and Saptanto Sindu committed May 16, 2019
    Configuration menu
    Copy the full SHA
    d6fba90 View commit details
    Browse the repository at this point in the history
  9. updates kafka-streams version to 2.1.0

    theanirudhvyas authored and Saptanto Sindu committed May 16, 2019
    Configuration menu
    Copy the full SHA
    64677e9 View commit details
    Browse the repository at this point in the history
  10. Adds upgrade-from config for updating from kafka-streams 1 to 2

    theanirudhvyas authored and Saptanto Sindu committed May 16, 2019
    Configuration menu
    Copy the full SHA
    a2068b5 View commit details
    Browse the repository at this point in the history
  11. refactors streams.clj, moves offset-reset-config validation out into …

    …a function
    theanirudhvyas authored and Saptanto Sindu committed May 16, 2019
    Configuration menu
    Copy the full SHA
    0919dfe View commit details
    Browse the repository at this point in the history
  12. adds a .env file to set default KAFKA_VERSION for docker-compose

    theanirudhvyas authored and Saptanto Sindu committed May 16, 2019
    Configuration menu
    Copy the full SHA
    6aee372 View commit details
    Browse the repository at this point in the history
  13. refactors ci: creates topic from within docker container instead of p…

    …ulling kafka code
    theanirudhvyas authored and Saptanto Sindu committed May 16, 2019
    Configuration menu
    Copy the full SHA
    77e704f View commit details
    Browse the repository at this point in the history
  14. moves logic for running tests in ci out into a script

    theanirudhvyas authored and Saptanto Sindu committed May 16, 2019
    Configuration menu
    Copy the full SHA
    4225f94 View commit details
    Browse the repository at this point in the history
  15. moves the upgrade-from config to stream-routes

    theanirudhvyas authored and Saptanto Sindu committed May 16, 2019
    Configuration menu
    Copy the full SHA
    fd399f3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a7f1e9c View commit details
    Browse the repository at this point in the history
  17. refactors code and introduces lint stage in ci

    theanirudhvyas authored and Saptanto Sindu committed May 16, 2019
    Configuration menu
    Copy the full SHA
    df77bcb View commit details
    Browse the repository at this point in the history
  18. Adds a make-file and changes container name in docker-compose

    theanirudhvyas authored and Saptanto Sindu committed May 16, 2019
    Configuration menu
    Copy the full SHA
    5738774 View commit details
    Browse the repository at this point in the history
  19. Adds rabbitmq to docker-compose

    theanirudhvyas authored and Saptanto Sindu committed May 16, 2019
    Configuration menu
    Copy the full SHA
    8c27818 View commit details
    Browse the repository at this point in the history
  20. removes duplicate import from streams.clj

    theanirudhvyas authored and Saptanto Sindu committed May 16, 2019
    Configuration menu
    Copy the full SHA
    0b8a79e View commit details
    Browse the repository at this point in the history
  21. Runs make test-all command in ci

    theanirudhvyas authored and Saptanto Sindu committed May 16, 2019
    Configuration menu
    Copy the full SHA
    79baf58 View commit details
    Browse the repository at this point in the history
  22. refactors code, stream-tests get values from config.

    theanirudhvyas authored and Saptanto Sindu committed May 16, 2019
    Configuration menu
    Copy the full SHA
    1092b9d View commit details
    Browse the repository at this point in the history
  23. Updates dev-setup in readme

    theanirudhvyas authored and Saptanto Sindu committed May 16, 2019
    Configuration menu
    Copy the full SHA
    e8991e0 View commit details
    Browse the repository at this point in the history
  24. Add changelog-topic-replication to test

    Co-authored-by: Kartik <rulz.gupta@gmail.com>
    Saptanto Sindu and kartik7153 committed May 16, 2019
    Configuration menu
    Copy the full SHA
    d68d622 View commit details
    Browse the repository at this point in the history
  25. Add code-coverage stage in CI pipeline

    Co-authored-by: Kartik <rulz.gupta@gmail.com>
    sisinduku and kartik7153 committed May 16, 2019
    Configuration menu
    Copy the full SHA
    d0b9472 View commit details
    Browse the repository at this point in the history