Apache Avro is a data serialization framework primarily used in Apache Hadoop.
Is it possible to have an optional field in an Avro schema (i.e. the field does not appear at …
json avroI'm using Kafka schema registry for producing/consuming Kafka messages, for example I have two fields they are both string …
apache-kafka avro confluent-schema-registryI have some json data that looks like this: { "id": 1998983092, "name": "Test Name 1", "type": "search string", "creationDate": "2017-06-06T13:49:15.091+0000", "…
java avro avro-toolsIn one of our projects we are using Kafka with AVRO to transfer data across applications. Data is added to …
avroI wrote one Avro schema in which some of the fields ** need to be ** of type String but Avro has …
java apache serialization avroI am trying to create a Kafka Streams Application which processes Avro records, but I am getting the following error: …
java apache-kafka avro apache-kafka-streams confluent-schema-registryI am trying to use the Python Avro library (https://pypi.python.org/pypi/avro) to read a AVRO file …
python schema avroIs the Avro SpecificRecord (i.e. the generated java classes) compatible with schema evolution? I.e. if I have a …
java avroI'm using a Kafka Source in Spark Structured Streaming to receive Confluent encoded Avro records. I intend to use Confluent …
apache-spark apache-kafka avro confluent-schema-registry spark-structured-streamingI would like to know what the proper avro schema would be for some json to avro conversion that is …
json avro apache-nifi data-conversion