-
# 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…
-
Attempting to register an Avro schema with a contained schema reference fails. Currently, there is no way to add schema references to the descriptor config.
As an example, given a primary schema (…
-
### What happened?
#32482 attempted to improve BQ Avro schema and type conversion logic, but it still seems to not handle FLOAT type properly (though I think it wasn't working before this refactorin…
-
### 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 …
-
### Description
It'd be nice to have avro decoding using schema in place, while browsing messages in Kafka topics through Dev UI.
### Implementation ideas
_No response_
-
### Describe the bug.
I have a very basic AsyncAPI file
```
asyncapi: 3.0.0
info:
title: Streetlights App
version: '1.0.0'
description: |
The Smartylighting Streetlights applica…
-
Hello i am looking some example in the spec version 3.0 about using different avro schemas for key and value.
both schemas live in confluent schema registry .
How to specify a message key and val…
-
Avro spec specifies the first three steps of the PCF transformation pipeline as :
[PRIMITIVES]
[FULLNAMES]
[STRIP]
This means that the following schema fragment:
{
"type": {
"…
-
### Why do we need this improvement?
It's important for our users, who are working with latest versions of Avro and OpenAPI specifications
- OpenAPI:
- 3.0.1
- 3.0.2
- 3.0.3
- 3.…
-
Currently, the Avro Schema Input Processor does not handle the `map`, `fixed` and `byte` datatypes. This issue is a continuation of the work done in pull request #1753
Now, we need to add/implemen…