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

[receiver/solacereceiver] Updates Solace Receiver for compatibility with Solace PubSub+ Event Broker 10.2.0 #15244

Merged
merged 23 commits into from
Oct 18, 2022

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    0eea1f9 View commit details
    Browse the repository at this point in the history
  2. Set delivery mode on propagated spans

    SOL-75196
    mcardy committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    089a30d View commit details
    Browse the repository at this point in the history
  3. Added character type to user property mapping

    SOL-75145
    mcardy committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    db40111 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df89a98 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72f28e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

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

Commits on Aug 25, 2022

  1. Made delivery mode mapped strings lowercase

    SOL-75196
    mcardy committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    bd03456 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

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

Commits on Sep 21, 2022

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

Commits on Sep 27, 2022

  1. Gracefully handle enums beyond the current known set

    This allows forward compatibility in the event that new entries are added in the future
    
    SOL-78861
    mcardy committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    4715c43 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Use the slice type in the attribute map when mapping user properties

    OpenTelemetry+backends do not support the Bytes type, and instead support a slice of integers
    
    SOL-78624
    mcardy committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    48b9730 View commit details
    Browse the repository at this point in the history
  2. Revert "Use the slice type in the attribute map when mapping user pro…

    …perties"
    
    This reverts commit 48b9730.
    mcardy committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    6aab7ff View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Change name of Enqueue Event in OpenTelemetry Spans to always be '<en…

    …dpoint name> enqueue', even for anonymous endpoints
    
    Also removes messaging.destination as an attribute on enqueue events as its now redundant
    
    SOL-79098
    mcardy committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    87dcd11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    081214f View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

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

Commits on Oct 11, 2022

  1. Handle the case of an empty payload, returning an error

    In this case, the message will be dropped and stats incremented
    
    SOL-79796
    mcardy committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    a2af875 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    579d8a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Fixed an issue causing AcceptMessage to hang indefinitely

    Working around Azure/go-amqp#126 by batching dispositions
    
    SOL-79806
    mcardy committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    bf61326 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a0b445 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2dfb861 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    ac35627 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2642c6 View commit details
    Browse the repository at this point in the history
  3. Fixed lint errors on tests

    mcardy committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    62fe712 View commit details
    Browse the repository at this point in the history