Goal
Let users set an application name when constructing the SDK. The SDK appends it to the identifier it sends in the request header (user-agent), so callers can be identified server-side. Bring this to parity across all SDKs.
Rust is the reference implementation: ZerobusSdkBuilder::application_name (PR #268), also exposed over the FFI in PR #358.
Status
Notes
Per-SDK work is tracked in the sub-issues. #194 (CallerOrg) is the Go ticket — it predates application_name and asks for the same capability; PR #357 implements it.
Goal
Let users set an application name when constructing the SDK. The SDK appends it to the identifier it sends in the request header (user-agent), so callers can be identified server-side. Bring this to parity across all SDKs.
Rust is the reference implementation:
ZerobusSdkBuilder::application_name(PR #268), also exposed over the FFI in PR #358.Status
CallerOrgin Go SDK to identify callers inx-zerobus-sdkheader #194 (PR [Go] AddWithApplicationNamemethod toSdkOption#357)Notes
Per-SDK work is tracked in the sub-issues. #194 (
CallerOrg) is the Go ticket — it predatesapplication_nameand asks for the same capability; PR #357 implements it.