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

Avro Schema registry kafka pubsub implementation #3292

Merged
merged 6 commits into from
Jan 10, 2024

Commits on Jan 8, 2024

  1. Avro Schema registry implementation

    - consumer
    - producer
    - includes configurable caching
    - Overrides srclient.codec to use newer standard json codec since this is the format used by dapr.
    - unit tests
    
    Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>
    passuied committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    8ce3477 View commit details
    Browse the repository at this point in the history
  2. Added avro test to pubsub/kafka test certification

    Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>
    passuied committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    42e166d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d099cb5 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Merge branch 'main' into feature/kafka-pubsub-schema-registry

    Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>
    passuied committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    4e5596f View commit details
    Browse the repository at this point in the history
  2. formatting

    Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>
    passuied committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    e39b6c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Addressed PR feedback

    Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>
    passuied committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    5a28441 View commit details
    Browse the repository at this point in the history