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(header): Implement find method on headers #350

Merged
merged 6 commits into from
Apr 9, 2024

Commits on Apr 5, 2024

  1. feat(header): Implement find method on headers

    Add the ability in the Headers struct of types to be able to find
    a key and if found return the corresponding value.
    nikhars committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    2b674f0 View commit details
    Browse the repository at this point in the history
  2. Cargo check

    nikhars committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    dca18d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Update rust-arroyo/src/backends/kafka/types.rs

    Co-authored-by: Arpad Borsos <[email protected]>
    nikhars and Swatinem authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    cad714b View commit details
    Browse the repository at this point in the history
  2. Update rust-arroyo/src/backends/kafka/types.rs

    Co-authored-by: Arpad Borsos <[email protected]>
    nikhars and Swatinem authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    e72e643 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    nikhars committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    6150dc4 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

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