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

PIP-22: Dead Letter Topic #2508

Merged
merged 15 commits into from
Sep 14, 2018
Merged

PIP-22: Dead Letter Topic #2508

merged 15 commits into from
Sep 14, 2018

Commits on Aug 30, 2018

  1. Add redelivery_count to PulsarApi.proto.

    codelipenghui committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    9a61230 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2018

  1. Implement Redelivery Tracker in broker.

    codelipenghui committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    7c0092a View commit details
    Browse the repository at this point in the history
  2. Add DeadLetterPolicy.

    codelipenghui committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    41fb24a View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2018

  1. Merge remote-tracking branch 'apache/master' into PIP-22

    codelipenghui committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    92a43a9 View commit details
    Browse the repository at this point in the history
  2. Implement dead letter topic in client.

    codelipenghui committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    dde79b7 View commit details
    Browse the repository at this point in the history
  3. Add UT to dead letter topic.

    codelipenghui committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    3c6a0c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08a012d View commit details
    Browse the repository at this point in the history
  5. Fix bug in send dead letter message then acknowledge.

    codelipenghui committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    793fc1f View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2018

  1. Fix bugs in dead letter topic.

    codelipenghui committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    50ad8f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3a17e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2018

  1. Merge remote-tracking branch 'apache/master' into PIP-22

    # Conflicts:
    #	pulsar-client/src/main/java/org/apache/pulsar/client/api/ConsumerBuilder.java
    #	pulsar-client/src/main/java/org/apache/pulsar/client/impl/ConsumerBuilderImpl.java
    codelipenghui committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    e5f88cf View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

  1. Merge remote-tracking branch 'apache/master' into PIP-22

    codelipenghui committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    5ba2168 View commit details
    Browse the repository at this point in the history
  2. optimization of dead letter topic.

    codelipenghui committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    903c4a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Merge remote-tracking branch 'apache/master' into PIP-22

    codelipenghui committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    8bccab9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df07259 View commit details
    Browse the repository at this point in the history