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

Prepare Schema Registry for preview #15001

Merged
merged 21 commits into from
Sep 10, 2020

Commits on Jul 30, 2020

  1. [WIP] Schema Registry serializers implement ObjectSerializer experime…

    …ntal interface (Azure#13152)
    
    * ObjectSerializer refactor - init, does not build
    
    * stash fix
    
    * condense serde into ser
    
    * empty or 0 length payload
    
    * add sync SR client
    
    * AbstractDataSerializer -> AbstractSchemaRegistrySerializer
    arerlend authored Jul 30, 2020
    Configuration menu
    Copy the full SHA
    a69684a View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Serializer-level updates to API defs (Azure#13668)

    * remove setting codecs
    
    * update avro serializer constructor
    
    * move codec load to constructor
    
    * javadocs for constructor
    arerlend authored Jul 31, 2020
    Configuration menu
    Copy the full SHA
    6e73407 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57290b6 View commit details
    Browse the repository at this point in the history
  3. Schema registry api view updates (Azure#13678)

    * Update schema registry client APIs
    
    * Update package structure for schema registry
    
    * Update model classes
    
    * Add clear cache method to sync client
    srnagar authored Jul 31, 2020
    Configuration menu
    Copy the full SHA
    a5229d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d63c875 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d2859b View commit details
    Browse the repository at this point in the history
  6. minor updates to API

    srnagar committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    154dcb6 View commit details
    Browse the repository at this point in the history
  7. Update deserializer method

    srnagar committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    3adda8a View commit details
    Browse the repository at this point in the history
  8. more api changes

    srnagar committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    84c5569 View commit details
    Browse the repository at this point in the history
  9. resolve merge conflicts

    srnagar committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    261e4db View commit details
    Browse the repository at this point in the history
  10. More API updates (Azure#13699)

    * Rename Codec to SchemaRegistryCodec
    
    * minor updates to API
    
    * Update deserializer method
    
    * more api changes
    srnagar authored Jul 31, 2020
    Configuration menu
    Copy the full SHA
    a43bc6b View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Latest API view updates

    srnagar committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    4bfda0d View commit details
    Browse the repository at this point in the history
  2. Merge from upstream

    srnagar committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    839f3e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Configuration menu
    Copy the full SHA
    0c820c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34e196d View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Update pom.xml

    Whitespace change to try and reboot PR builds.
    mitchdenny authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    361972a View commit details
    Browse the repository at this point in the history
  2. Samples readme

    srnagar committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    580f14c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51a5ccb View commit details
    Browse the repository at this point in the history
  4. update identity version

    srnagar committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    58d6ee0 View commit details
    Browse the repository at this point in the history
  5. More samples

    srnagar committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    25215b0 View commit details
    Browse the repository at this point in the history
  6. Codegen from updated swagger

    srnagar committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    003f0a5 View commit details
    Browse the repository at this point in the history