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

[ChangeFeed]Unify cursor and add live mode #13243

Merged
merged 9 commits into from
Sep 9, 2020

Commits on Sep 8, 2020

  1. Configuration menu
    Copy the full SHA
    9154291 View commit details
    Browse the repository at this point in the history
  2. make the token into a str

    xiafu-msft committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    4989f06 View commit details
    Browse the repository at this point in the history
  3. address comments

    xiafu-msft committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    f598ab0 View commit details
    Browse the repository at this point in the history
  4. 1. add a while True for sample

    2. make the list of shards in cursor to a dict in internal code
    3. test list 3-shard events in multiple times generate same results as
       list all events at once
    4. Java is using sequential list, so it could give 1 shard cursor even
       there are 3 shards, the test makes sure python is working with 1 shard
       cursor.
    xiafu-msft committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    bd1216e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a9bd6e View commit details
    Browse the repository at this point in the history
  6. update dependency version

    xiafu-msft committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    dd573c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    807b69b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0e586b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. fix blob pylint

    xiafu-msft committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    729e235 View commit details
    Browse the repository at this point in the history