FlowModules.Zerobus
0.12.4
dotnet add package FlowModules.Zerobus --version 0.12.4
NuGet\Install-Package FlowModules.Zerobus -Version 0.12.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FlowModules.Zerobus" Version="0.12.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FlowModules.Zerobus" Version="0.12.4" />
<PackageReference Include="FlowModules.Zerobus" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FlowModules.Zerobus --version 0.12.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FlowModules.Zerobus, 0.12.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package FlowModules.Zerobus@0.12.4
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FlowModules.Zerobus&version=0.12.4
#tool nuget:?package=FlowModules.Zerobus&version=0.12.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Zerobus
Flow module for Crosser that streams messages as JSON records into a Databricks Unity Catalog Delta table using Databricks Zerobus.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net9.0
- Azure.Identity (>= 1.21.0)
- Crosser.EdgeNode.Flows (>= 5.0.0)
- Databricks.Zerobus (>= 0.5.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.12.4 | 96 | 8/27/2026 |
| 0.12.3 | 98 | 8/20/2026 |
| 0.12.2 | 100 | 8/6/2026 |
| 0.12.1 | 104 | 8/5/2026 |
| 0.12.0 | 107 | 7/31/2026 |
| 0.11.0 | 113 | 7/23/2026 |
| 0.10.1 | 108 | 7/23/2026 |
| 0.10.0 | 111 | 7/21/2026 |
| 0.9.1 | 110 | 7/21/2026 |
| 0.9.0 | 105 | 7/16/2026 |
| 0.6.0 | 108 | 7/15/2026 |
| 0.3.0 | 116 | 7/10/2026 |
| 0.2.1 | 124 | 7/10/2026 |
| 0.2.0 | 107 | 7/9/2026 |
| 0.1.1 | 120 | 7/9/2026 |
| 0.1.0 | 123 | 7/8/2026 |
Fix Managed Identity: exchange the Azure AD token for a Zerobus-scoped Databricks token via RFC 8693, instead of sending it directly