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

Run the Consumer MessageHandler in a Task #250

Merged
merged 24 commits into from
Mar 29, 2023
Merged

Commits on Mar 9, 2023

  1. Make the message handler async

    lukebakken authored and Gsantomaggio committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    942accb View commit details
    Browse the repository at this point in the history
  2. merge

    Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
    Gsantomaggio committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    51c4d1c View commit details
    Browse the repository at this point in the history
  3. fix sub-entry

    Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
    Gsantomaggio committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    900ca1d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Correct offset subentry

    Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
    Gsantomaggio committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    2cd0a24 View commit details
    Browse the repository at this point in the history
  2. format

    Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
    Gsantomaggio committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    2fe1604 View commit details
    Browse the repository at this point in the history
  3. Documentation and formatting

    Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
    Gsantomaggio committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    9fc56aa View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Configuration menu
    Copy the full SHA
    be806cb View commit details
    Browse the repository at this point in the history
  2. fix sub-entry

    Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
    Gsantomaggio authored and lukebakken committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    e79fc80 View commit details
    Browse the repository at this point in the history
  3. Correct offset subentry

    Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
    Gsantomaggio authored and lukebakken committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    7e59a8d View commit details
    Browse the repository at this point in the history
  4. format

    Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
    Gsantomaggio authored and lukebakken committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    dec0031 View commit details
    Browse the repository at this point in the history
  5. Documentation and formatting

    Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
    Gsantomaggio authored and lukebakken committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    f5613f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Add logger to the connection

    Fixes #247
    Add credit request when a consumer is promoted
    
    Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
    Gsantomaggio committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    d2df1fb View commit details
    Browse the repository at this point in the history
  2. Add logger to the connection

    Fixes #247
    Add credit request when a consumer is promoted
    
    Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
    Gsantomaggio committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    7625c35 View commit details
    Browse the repository at this point in the history
  3. API

    Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
    Gsantomaggio committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    4043b86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8645c2b View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Avoid to parse the messages

    when the consumer is not promoted anymore
    
    Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
    Gsantomaggio committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    7f38209 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'task_message_handler' of github.com:rabbitmq/rabbitmq-s…

    …tream-dotnet-client into task_message_handler
    Gsantomaggio committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    01dee1b View commit details
    Browse the repository at this point in the history
  3. API

    Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
    Gsantomaggio committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    f99d0a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    ba70bf2 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Ignore the error when the cancellation

    request is called.
    
    Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
    Gsantomaggio committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    75856cd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'task_message_handler' of github.com:rabbitmq/rabbitmq-s…

    …tream-dotnet-client into task_message_handler
    Gsantomaggio committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    a9642a5 View commit details
    Browse the repository at this point in the history
  3. Ignore the error when the cancellation

    request is called. Handle the cancellation on the connection level
    
    Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
    Gsantomaggio committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    fb65401 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Use Random.Shared

    lukebakken committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    9cb57f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    8be1829 View commit details
    Browse the repository at this point in the history