-
I have a kafka producer that sends messages to a topic, lets call it "foo-topic". The messages are avro serialized and the Avro schemai is as below:
```
{
"name":"Device",
…
-
## Description
**Registry Version**: 2.5.9.Final
**Persistence type**: in-memory
I'm trying to do a kafka connector with the apicurio avro converter with schema registry, but with the artifact …
-
### Describe the bug
I have a simple handler:
```java
public class GreetingFunction {
@Funq
public String myFunqyGreeting(TwitterMessage twitterMessage) {
return "Hello ";
…
-
**_Tips before filing an issue_**
- Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)?
- Join the mailing list to engage in conversations and get faster support at dev-subscri…
-
- [ ] Avro array support in `AvroWriteSupport` - old `TwoLevelListWriter` vs new `ThreeLevelListWriter`
- [ ] Avro nullabe arrays and arrays of nullables
- [x] Fix `parquet.avro.data.supplier` with …
-
I understand that circular schema references (see example below) are supported for avsc schemas, however I was not able to get them working in avdl schemas; they will error when compiled to avsc schem…
-
### Is your feature request related to a problem? Please describe.
Currently default values are not supported in the Avro schema generator, which forces clients to define each field.
## Describe…
-
With support for data in integration tests in #62, we can start to validate BigQuery schemas against the BigQuery itself. It should be done in the following way:
1. Generate an avro file
2. `bq lo…
-
Is the idea to eventually have kWh_offpeak and percent_offpeak calculated and in the table below?
period | kwh_total | kwh_peak | kWh_offpeak | percent_offpeak | cost | pperkwh | tariffs |
-- | …
-
Description
===========
Avro message schemas usually carry important information, `namespace` and `name`.
For example, in Java API, both specific and generic Avro records have schema available vi…