About 2,390,000 results
Open links in new tab
  1. What are the key differences between Apache Thrift, Google Protocol ...

    Jan 8, 2011 · Protocol Buffers (Google originated), Avro (Apache based, used in Hadoop), Thrift (Facebook originated, now Apache project) and ASN.1 (Telecom originated) all involve some level of …

  2. How to fix Expected start-union. Got VALUE_NUMBER_INT when …

    Dec 15, 2014 · import org.apache.avro.io.{DecoderFactory, EncoderFactory} After you do this, you'll get jsonRecord with non-null union values tagged with their intended type.

  3. apache kafka - Avro AVSC to C# classes - Stack Overflow

    Feb 24, 2025 · dotnet tool install --global Apache.Avro.Tools --version 1.12.0 Using this tool you can generate C# classes from your Avro schema file. For example: avrogen -s <schema-file> <output …

  4. 'org.apache.flink.formats.avro.AvroDeserializationSchema org.apache ...

    Jan 6, 2025 · Hey I am stuck with the same problem here with getting flink to read from kafka with avro and schema registry. I am able to see logs on schema-registry with flink trying to read from the …

  5. Dependency issue in generating Java classes from Avro schema using ...

    Jun 17, 2024 · I encountered a similar issue, likely due to a conflict between Spring Boot and Avro Tools. Although I couldn't find a direct solution, here's the workaround that helped me: Create a Library for …

  6. Apache Avro maven plugin seems to be ignoring config

    Jul 23, 2021 · I am using apache avro maven plugin with the aim of generating java from avsc. I am running this on an m1 mac (though i didn't see anything online about that being an issue). The issue …

  7. How to generate Java classes from Avro schemas as part of a Gradle ...

    Jan 5, 2023 · Apache Avro issue AVRO-3731 concerns integrating the plugin into the Apache Avro project. It is therefore probably reasonable to treat the plugin like an official supported plugin, even …

  8. Avro Maven Plugin idl-protocol Execution Failed After Upgrading to …

    Mar 21, 2025 · After upgrading to Apache Avro 1.12.0, I encountered the following error while running the Avro Maven:

  9. java - Caused by: org.apache.avro.AvroTypeException: Found string ...

    Apr 28, 2022 · Caused by: org.apache.avro.AvroTypeException: Found string, expecting Asked 3 years, 8 months ago Modified 3 years, 8 months ago Viewed 2k times

  10. java - Kafka : ClassCastException: class org.apache.avro.generic ...

    java apache-kafka avro classcastexception confluent-schema-registry edited May 23, 2022 at 12:55 OneCricketeer 193k 20 147 277