fabric-smart-client
fabric-smart-client copied to clipboard
The Fabric Smart Client is a new Fabric Client that lets you focus on the business processes and simplifies the development of Fabric-based distributed application.
This PR introduce a better strategy to dispose communication sessions. It also tracks who disposed the session.
The current vault impl uses by default the Fabric RWs versioning protos to capture the version of key-value pairs. As this works well for Fabric, other platforms, such as Orion,...
The protocol for opentelemetry is called [OTLP](https://opentelemetry.io/docs/specs/otlp/). In core.yaml and the FSC codebase, it's called both `optl` and `otpl`. To the point where you have to: ```yaml tracing: provider: otpl...
The `SetState` function of the sql version of KVS and Vault uses an ANSI compliant but not the most performant way to do an upsert; it tries a SELECT and...