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

feat: Implement Publisher and subscriber factories #24

Merged
merged 6 commits into from
Sep 24, 2020

Commits on Sep 23, 2020

  1. feat: Implement SinglePartitionSubscriber.

    This handles mapping a single partition to a Cloud Pub/Sub Like asynchronous subscriber.
    dpcollins-google committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    8a702d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fa4c37 View commit details
    Browse the repository at this point in the history
  3. feat: Add AssigningSubscriber.

    This handles changing partition assignments and creates AsyncSubscribers per-partition.
    dpcollins-google committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    c89b863 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d572378 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. docs: Add comment.

    dpcollins-google committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    27d8a80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82d1a33 View commit details
    Browse the repository at this point in the history