-
hazelcast-jet-hadoop-dist uses org.apache.avro:avro version 1.10.2 which includes the vulnerability [CVE-2024-47561](https://nvd.nist.gov/vuln/detail/CVE-2024-47561)
-
## Steps To Reproduce
1. build `python312Packages.avro`
## Build log
Build Log
```
=================================== FAILURES ===================================
[31m[1m_________…
-
Hi,
I have the following settings (snowflakeinc/snowflake-kafka-connector:2.2.2):
```
class: com.snowflake.kafka.connector.SnowflakeSinkConnector
configs:
snowflake.ingestion.method: "SNOWP…
-
Is there a way to configure this SPI to produce AVRO events into the topic?
-
**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…
-
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…
-
**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…
-
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…
-
Example code snippet
```python
class EntityA(BaseModel):
name: str
age: int
class EntityB(BaseModel):
occupation: str
salary: float
EntityType = TypeVar("EntityTy…
-
Currently we have AKHQ running on version 25.0 this is connected out to Confluent Cloud. There seems to be an issue with how the 'Topics' sections is trying to deserialize data. I think this could be …