-
### 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_
-
Hi guys, i'm trying to sink my data from my kafka (redpanda) topics to hudi table using storage in file format in a first time. i can't understand what is wrong with my sink conf. when i try to sink i…
-
This is my debezium config:
```
{
"name": "${CONNECTOR_NAME}",
"config": {
"connector.class": "${CONNECTOR_CLASS}",
"tasks.max": "1",
"snapshot.mode": "schema_only",…
-
This feature is about the kafka event source having the ability to consume avro messages and use schemaRegistry to deserialize it
Some inspirations:
https://github.com/nats-io/nats-kafka/blob/9e87…
-
### 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 …
-
Arroyo is a very good library, and we ran into some performance issues when using it, and we found that there were large-scale decoding operations, as shown below.
![image](https://github.com/user-at…
-
### Describe the bug
After updating from Quarkus 3.13.x to 3.14.x we are no longer able to deserialize messages containing arrays of logicalTypes.
This is an example of an Avro schema causing is…
-
When trying to use JPMS modules inside a project utilizing Kafka with Avro, the compilation fails because of split packages between the two dependencies needed to run the project *kafka.schema.seriali…
-
Starting with `confluent-community-7.4.0.zip`
the `kafka-avro-console-consumer`
logs a bunch of stuff to `stdout` at startup.
Before 7.4.0 it would only ever log the actual messages to stdout…
-
## Description
**Registry
Version**: 2.5.9.Final
**Persistence type**: in-memory
I'm using Kafka Connect, and I'm trying to use the confluent compatible api from apicurio. I expect it should …