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(goavro) Adding method to return typename associated with Codec #285

Merged
merged 3 commits into from
May 2, 2024

Commits on May 2, 2024

  1. feat(goavro) Adding method to return typename associated with Codec

    **Overview:**
    In order to identify the kafka topic name from a stream of topics, we
    need to identify the underlying type associated with the provided Codec
    data
    The `Codec.typeName` field already contains this information but is
    currently package private and cannot be used outside of the package
    
    This PR adds the `TypeName` method to `Codec` to expose the underlying
    type name outside the goavro package scope
    This also adds the `ShortName` method to `Name` to expose the short
    name (i.e. record name excluding classpath) as a public method
    Aashay Mittal committed May 2, 2024
    Configuration menu
    Copy the full SHA
    caf1f15 View commit details
    Browse the repository at this point in the history
  2. Lint fix

    Aashay Mittal committed May 2, 2024
    Configuration menu
    Copy the full SHA
    36b6d31 View commit details
    Browse the repository at this point in the history
  3. lint fix II

    Aashay Mittal committed May 2, 2024
    Configuration menu
    Copy the full SHA
    3cdeb7c View commit details
    Browse the repository at this point in the history