Skip to content

Commit

Permalink
feat(reaction-dotnet): Added avro schema validation through kafka
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Apr 18, 2023
1 parent b73f7a0 commit 678fbc9
Show file tree
Hide file tree
Showing 24 changed files with 936 additions and 395 deletions.
8 changes: 7 additions & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
"commands": [
"minver"
]
},
"apache.avro.tools": {
"version": "1.11.1",
"commands": [
"avrogen"
]
}
}
}
}
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
TYPESENSE_API_KEY=xyz
#NODE_OPTIONS=--openssl-legacy-provider
DEFAULT_LOCALE=en_US
ROOT_HOST=192.168.1.18
AKKA_STREAMS_KAFKA_TEST_FILE_LOGGING=true
#PUPPETEER_SKIP_DOWNLOAD=true
3 changes: 2 additions & 1 deletion .nx-dotnet.rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
"Akka.Persistence.Sql.Hosting": "1.5.2-beta1",
"Akka.Streams.Kafka": "1.5.0",
"Microsoft.Bcl.AsyncInterfaces": "7.0.0",
"Akka.Cluster.Tools": "1.5.2"
"Akka.Cluster.Tools": "1.5.2",
"Confluent.SchemaRegistry": "2.1.0"
}
}
Loading

0 comments on commit 678fbc9

Please sign in to comment.