python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Avrogen strips out logicalType properties when generating C# classes
I'm using apache.avro.tools version 1.11.0 to generate C# types from my avro schema.
Here is a portion of the schema:
"fields": [
{
"name": "ShipDate",
"ty...
NickL
Votes: 0
Answers: 1
How can I have a generic Deserializer for Kafka
I am underway a migrational change from a monolithic to micro-services architecture, So we have planned to use Kafka as the broker.
I have been using the kafka-client dependency in my project
Therefor...
Nilesh Ranjan
Votes: 0
Answers: 1
log4j vulnerability with avro-tools-1.9.1.jar
Apache avro scanning shows the log4j vulnerability.
How to get rid of it?
Tried with:
java -jar target/log4j-detector-latest.jar /c/workspace/sampleApp
-- github.com/mergebase/log4j-detector v2021.12....
Anchal Todariya
Votes: 0
Answers: 1