Skip to content

Latest commit

 

History

History
66 lines (45 loc) · 2.29 KB

core-serializer-avro-apache-readme.md

File metadata and controls

66 lines (45 loc) · 2.29 KB
title keywords ms.date ms.topic ms.devlang ms.service
Azure Core Apache Avro Serializer plugin library for Java
Azure, java, SDK, API, azure-core-serializer-avro-apache, core
06/06/2024
reference
java
core

Azure Core Apache Avro Serializer plugin library for Java - version 1.0.0-beta.47

Azure Core Apache Avro Serializer is a plugin for the azure-core AvroSerializer API.

Getting started

Prerequisites

Include the package

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-core-serializer-avro-apache</artifactId>
    <version>1.0.0-beta.47</version>
</dependency>

Key concepts

Examples

Next steps

Get started with Azure libraries that are built using Azure Core.

Troubleshooting

If you encounter any bugs, please file issues via GitHub Issues or checkout StackOverflow for Azure Java SDK.

Enabling Logging

Azure SDKs for Java provide a consistent logging story to help aid in troubleshooting application errors and expedite their resolution. The logs produced will capture the flow of an application before reaching the terminal state to help locate the root issue. View the logging wiki for guidance about enabling logging.

Contributing

For details on contributing to this repository, see the contributing guide.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Impressions