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

Saves offset for unhandled events #915

Merged
merged 15 commits into from Aug 11, 2017

Commits on Aug 4, 2017

  1. saves offset for unhandled events

    (resolves lagom#904)
    Renato Cavalcanti committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    b96a759 View commit details
    Browse the repository at this point in the history
  2. adds logging back for unhandled events

    Renato Cavalcanti committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    9dc4e61 View commit details
    Browse the repository at this point in the history
  3. saves offset for unhandled events for JDBC, JPA and Slick

    Renato Cavalcanti committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    9eed3c9 View commit details
    Browse the repository at this point in the history
  4. slightly improved JPA version

    Renato Cavalcanti committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    6295d6e View commit details
    Browse the repository at this point in the history
  5. just formatting

    Renato Cavalcanti committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    2c32788 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2017

  1. Extended tests for storing offsets on unhandled events

    Renato Cavalcanti committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    ec34e50 View commit details
    Browse the repository at this point in the history
  2. bring similater code together - count and offset check next to each o…

    …ther
    Renato Cavalcanti committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    97cfaec View commit details
    Browse the repository at this point in the history
  3. typo

    Renato Cavalcanti committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    73f3d44 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2017

  1. formatting

    Renato Cavalcanti committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    8398c9e View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2017

  1. uses batch.addAll api + extracting Pair

    Renato Cavalcanti committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    45f7746 View commit details
    Browse the repository at this point in the history
  2. removes offset type parameter

    Renato Cavalcanti committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    b4287de View commit details
    Browse the repository at this point in the history
  3. controller shutdowns of read side after each test

    Renato Cavalcanti committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    95d4fa4 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2017

  1. Using duration's .seconds and .millis instead of ScalaTest Span

    Renato Cavalcanti committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    ae2745a View commit details
    Browse the repository at this point in the history
  2. using Batch API in all cases

    Renato Cavalcanti committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    891ea81 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2017

  1. checking for empty statements

    Renato Cavalcanti committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    0c72003 View commit details
    Browse the repository at this point in the history