-
An Avro decimal logical type annotates Avro bytes or fixed types.
Current Row to Avro conversion is limited to bytes type and in addition hardcodes precision to MAX_INT and scale to 0.
I have a…
-
### Describe the bug
Asyncapi supports Avro schemas, but only if they are in the message/payload section. It would be nice if we could put Avro schemas in the components/schemas section.
### T…
-
I was using abris with confluent schema registry to deserialize avro records received from kafka source.
When i use confluent schema registry and manually get the schema and pass it to spark default…
-
I'm trying to decode an OCF with invalid values for the namespace:
```javascript
{"type":"record","name":"null","namespace":"null","fields":[{"name":"partition","type":"int"}, // [...]
```
…
-
While writing an Apache Hudi table using the DeltaStreamer utility, I receive an exception from the Parquet `AvroWriteSupport` class:
```23/08/17 22:43:50 ERROR HoodieCreateHandle: Error writing re…
-
### Describe the bug
General Description
While reading data from a _hudi_ table with [daft.read_hudi()](https://www.getdaft.io/projects/docs/en/stable/user_guide/integrations/hudi.html#apache-hud…
-
Add avro serializer that supports schema registry. Avro uses remote schema registry to download schemes and serialize/deserialize messages with them. Existing packages can be used, for example
* http…
-
### Polars version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://crates.io/crates/polars) of Polar…
-
`kafkacat` is a great tool, and allows you to consume messages from a topic in Avro using `serdes`:
```
./kafkacat -b localhost:9092 \
-s value=avro \
-r http://localhost:8081 \
-t my-topic \
-o…
-
Hi
I'm a bit confused, but I'm also fairly new to the Kafka and Schema-registry.
We have made more consumers and producers to Kafka, using
"ConsumerConfig.VALUE_DESERIALIZER_CLASS_CONFIG, "org.apa…