Dan Stelljes

Results 7 issues of Dan Stelljes

New methods on the client that had already been implemented on the REST service: - `IsCompatibleAsync` (overload for specific version) - `GetCompatibilityAsync`/`SetCompatibilityAsync` - `GetGlobalCompatibilityAsync`/`SetGlobalCompatibilityAsync`

Exceptions thrown by `ConfigProvider`s cause Connect's `DistributedHerder` to crash when configs are updated. This appears to be a bug in `processConnectorConfigUpdates`; every other call to `startConnector` is wrapped in a...

connect

As it’s an officially supported project and would give us better results: https://github.com/dotnet/BenchmarkDotNet

chore

As it’s an officially supported project and would keep the project in line with `dotnet` conventions: https://github.com/dotnet/command-line-api

chore

Since .NET Core DI is ubiquitous now, we should have examples of using registered consumer/producer/registry clients in addition to the existing console app examples. cc @LukeSchlangen

documentation

Some art/layout work would be nice, as well as answering some of these questions: - **What makes Chr.Avro different from other Avro libraries?** (mapping to POCOs, schema builder, CLI) -...

documentation
good first issue

Jagged (`T[][]`) arrays are currently supported; multidimensional (`T[,]`) are not. This would require some major changes to how the binary serdes treat arrays. Currently we just build a list and...

enhancement