-
**Description**
I configure my HA and set settings for kafka with avro
```
bmp_daemon_msglog_kafka_topic: pmacct.bmp
bmp_daemon_msglog_output: avro
bmp_daemon_msglog_kafka_broker_host: kafka
k…
-
**Describe the bug**
If you try to get avro schema from a pydantic model multiple times it starts ignoring the exclude_default feature
**To Reproduce**
```
import uuid
from dataclasses_avrosche…
-
**Describe the bug**
Having 3 schemas A, B and C, A references to B, references to C. When schemas are loaded C is read fine, B is read fine with its C dependency, then A wants to load load B, but r…
-
Currently, the writer needs to take a lifetime param and this will make it hard to include in struct sometimes. E.g.
```
struct OutWriter
}
```
Even though OutWriter owns the avro_schema, it stil…
-
### Feature description
**The problem**: Here's an example from a connector middleware struct:
```go
type SourceWithSchemaExtraction struct {
SchemaType schema.Type `json:"sdk.schema.extr…
-
## Expected Behavior
The part of interest as shown below (same thing happens whether encoded as JSON or YAML), should not cause any error.
```cwl
- type:
type: enum
symbols:
…
-
I'd like to create this very first issue to collect ideas from people who have an interest. Below are what's in my mind:
- Platform: Linux, MacOS, Windows.
- Compilers: Clang, GCC, MSVC.
- Build:…
-
I am Trying to publish message to a Topic with Avro Schema Registry using Dapr PubSub. I have not created schema registry manually in Schema Registry for the topic. When i Try to publish a message to …
-
This is my debezium config:
```
{
"name": "${CONNECTOR_NAME}",
"config": {
"connector.class": "${CONNECTOR_CLASS}",
"tasks.max": "1",
"snapshot.mode": "schema_only",…
-
### Describe the bug.
Hello,
I tried to generate avro mapping java classes with spring template but in any way the generator is making json mapping java classes ( with @JsonProperty property ) .
…