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

Broker ingress and Dispatcher now uses the protocol binding instead of json to process events #751

Commits on May 10, 2022

  1. Configuration menu
    Copy the full SHA
    67d3845 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57788b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b66d0ef View commit details
    Browse the repository at this point in the history
  4. fixed parallelism annotation in trigger performance readme and resour…

    …ces + recreated perf test images
    gabo1208 committed May 10, 2022
    Configuration menu
    Copy the full SHA
    23ce8ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a3aff0c View commit details
    Browse the repository at this point in the history
  6. finished source performance tests yamls + renamed generated perf benc…

    …hmarks images + readme
    gabo1208 committed May 10, 2022
    Configuration menu
    Copy the full SHA
    7ce0123 View commit details
    Browse the repository at this point in the history
  7. using binary protocol in the broker ingress for it to be used as an e…

    …ntry point for the source in the conformance tests, the changes to the broker to support this are going to be made in another commit + created source perf test results and published images, the performance gains while using the binary protocol binding vs json manipulation seems to be significant memorywise
    gabo1208 committed May 10, 2022
    Configuration menu
    Copy the full SHA
    d5867c5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eafde29 View commit details
    Browse the repository at this point in the history
  9. added tests to protocol spec

    using ce protocol binding to get msg from a rabbitmq msg delivery
    gabo1208 committed May 10, 2022
    Configuration menu
    Copy the full SHA
    ca777dc View commit details
    Browse the repository at this point in the history
  10. improved failure handling in dispatcher + skipping tests cause wabbit…

    … does not support header on its test channels
    
    excluding adapter from the golangci-lint while wabbit is been removed from the repo
    
    added missing ce attributes to msg headers in ingres
    
    added source to message header so it will be filtered appropriately
    
    added support for timestamp in the ingress formating
    
    trying different approach with cloudevents and filters
    gabo1208 committed May 10, 2022
    Configuration menu
    Copy the full SHA
    e37d199 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. fixed filters and improved msg readbinary method

    fixed broker perf test setup + removed unused file + rebased
    gabo1208 committed May 11, 2022
    Configuration menu
    Copy the full SHA
    bee3a3f View commit details
    Browse the repository at this point in the history
  2. fixed adapter's unit tests

    removed ununsed header
    
    using the contentype header
    
    avoid using rabbitmq specific headers when translating rabbitmq messages to cloudevents + small refactor on the dispatcher
    gabo1208 committed May 11, 2022
    Configuration menu
    Copy the full SHA
    db544fd View commit details
    Browse the repository at this point in the history
  3. Added content type safeguard in case the header is not present on the…

    … rabbitmq message + fixed malformed json in e2e test producer
    
    fixing e2e and conformance tests to match expected output
    
    removed unnecesary cast
    gabo1208 committed May 11, 2022
    Configuration menu
    Copy the full SHA
    c839f5a View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. now using the obtained body of the request created by post message in…

    …stead of the one defined by the test
    gabo1208 committed May 12, 2022
    Configuration menu
    Copy the full SHA
    e3528a4 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

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