-
The `SchemaAssistant` tracks all the jars that the generated code will need on the classpath, including the classes for all logical types. However, it neglects to track the classes that represent logi…
-
# the need
Currently, there is no up-to-date or maintained kotlin plug-in that generates kotlin code from an avro schema file.
This plug-in would generate kotlin source code compatible with avro4k…
-
### Is your feature request related to a problem or challenge?
I have Avro values in memory parsed using the apache_avro crate. I would like to convert these and get a RecordBatch.
### Describe the …
-
It seems like [Apache's official `avro-js` package](https://github.com/apache/avro/tree/main/lang/js) started out as a fork(?) of this project 9 years ago and has diverged since. It seems like there a…
-
This is a follow-up of #1003 and in particular [this comment](https://github.com/google/fhir-data-pipes/issues/1003#issuecomment-2384862734). Instead of trying to record the resource-type in the `id` …
-
This is my debezium config:
```
{
"name": "${CONNECTOR_NAME}",
"config": {
"connector.class": "${CONNECTOR_CLASS}",
"tasks.max": "1",
"snapshot.mode": "schema_only",…
-
### Description
Streaming Integrator Tooling displays an error message "com/google/gson/internal/LinkedTreeMap" when trying to send events via Kafka transport in Avro format using confluent Schema …
-
### Version of Awkward Array
ak 2.6.5
ak-cpp 34
### Description and code to reproduce
I tried to read the avro file at this location https://github.com/Teradata/kylo/blob/master/samples/samp…
-
We were attempting to upgrade our project to Avro 1.12.0 with `jackson-dataformat-avro` version `2.17.2`
The failure I get is as follows:
```
Exception in thread "main" java.lang.NoSuchMethodEr…
-
Hello,
First of all thanks for your library, I have the following example of multiple avro schemas for one kafka topic made with Kotlin/Spring Boot: https://github.com/manuelarte/kafka-kotlin-multi…