avro
Here are 541 public repositories matching this topic...
-
Updated
Nov 12, 2021 - Rust
-
Updated
Nov 18, 2021 - Shell
-
Updated
Nov 14, 2021 - JavaScript
-
Updated
Jan 24, 2017 - Scala
-
Updated
Nov 19, 2021 - Python
-
Updated
Nov 14, 2021 - Scala
-
Updated
Jan 28, 2020 - C++
-
Updated
Nov 19, 2021 - Python
Currently, there isn't a way to get the table properties in the SparkOrcWriter via the WriterFactory.
Hello,
Its possible to add topic Replication Factor into kafkactl get topics output?
Seems to be usefull.
Thanks!
Over time we've had some things leak into the diff methods that make it more cumbersome to use BigDiffy via code instead of CLI.
For example diffAvro here https://github.com/spotify/ratatool/blob/master/ratatool-diffy/src/main/scala/com/spotify/ratatool/diffy/BigDiffy.scala#L284
User has to manually pass in schema otherwise we they receive a non-informative error regarding null schema, add
-
Updated
Aug 18, 2021 - Rust
-
Updated
Aug 16, 2021 - Java
Migrate to goavro v2
Here's a .avdl file with a deliberate typo.
@namespace("integrationtest")
protocol WeatherService {
record GetForecastRequest {
// NOTE: missing semicolon
string city
int days_required;
}
enum Weather {
SUNNY,
CLOUDY,
RAINY
}
record GetForecastResponse {
string last_updated;
array<Weather> daily_forecasts;
}
void -
Updated
Nov 14, 2021 - Java
-
Updated
Nov 2, 2021 - Java
-
Updated
Nov 11, 2021 - Java
-
Updated
Feb 1, 2019 - TypeScript
-
Updated
Nov 14, 2021 - C#
-
Updated
Nov 18, 2021 - Java
With the upgrade to scalatest 3.1.0, org.scalatest.FlatSpec and org.scalatest.Matchers have been marked deprecated. According to the scaladoc, they should be replaced with org.scalatest.flatspec.AnyFlatSpec and org.scalatest.should.Matchers
Improve this page
Add a description, image, and links to the avro topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the avro topic, visit your repo's landing page and select "manage topics."
The title might seem a bit vague but I don't know how to describe it any better tbh :-)
Anyway this is what happened: I got some 500 responses from the schema registry and all I could see in the logs was :
The logs di